Home
last modified time | relevance | path

Searched refs:chroot_string (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dmain.c75 if ((runas_string || chroot_string) && geteuid() != 0) in switch_environment()
78 if (chroot_string) { in switch_environment()
79 if (chroot(chroot_string)) in switch_environment()
80 err(1, "chroot(%s) failed", chroot_string); in switch_environment()
H A Dconfig.c79 char *chroot_string; variable
123 { "chroot", 0, arg_string, &chroot_string,
H A Dkdc_locl.h118 extern char *chroot_string;