Searched refs:_PATH_PRIVSEP_CHROOT_DIR (Results 1 – 3 of 3) sorted by relevance
156 #ifndef _PATH_PRIVSEP_CHROOT_DIR157 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
562 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_preauth_child()563 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_preauth_child()1833 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||1836 _PATH_PRIVSEP_CHROOT_DIR);1839 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&1846 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);
1604 #define _PATH_PRIVSEP_CHROOT_DIR SSHDIR "/empty" macro