Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDpathnames.h168 #ifndef _PATH_PRIVSEP_CHROOT_DIR
169 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
HDsshd.c1682 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &sb) == -1) || in main()
1685 _PATH_PRIVSEP_CHROOT_DIR); in main()
1687 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) && in main()
1694 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR); in main()
HDsshd-session.c308 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_preauth_child()
309 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_preauth_child()