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

/freebsd-10-stable/crypto/heimdal/kdc/
H A Dmain.c68 if ((runas_string || chroot_string) && geteuid() != 0)
71 if (chroot_string && chroot(chroot_string) != 0)
72 errx(1, "chroot(%s)", "chroot_string failed");
H A Dkdc_locl.h72 extern char *chroot_string;
H A Dconfig.c61 char *chroot_string; variable
104 { "chroot", 0, arg_string, &chroot_string,

Completed in 111 milliseconds