Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpathnames.h177 #ifndef _PATH_PRIVSEP_CHROOT_DIR
178 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
H A Dsshd-auth.c191 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_child_demote()
192 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_child_demote()
H A Dsshd.c1791 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &sb) == -1) || in main()
1794 _PATH_PRIVSEP_CHROOT_DIR); in main()
1796 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) && in main()
1803 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR); in main()