Searched refs:_PATH_PRIVSEP_CHROOT_DIR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dpathnames.h158 #ifndef _PATH_PRIVSEP_CHROOT_DIR
159 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
H A Dsshd.c649 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1)
650 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
1838 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1841 _PATH_PRIVSEP_CHROOT_DIR);
1844 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
1851 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);

Completed in 103 milliseconds