Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDpathnames.h168 #ifndef _PATH_PRIVSEP_CHROOT_DIR
169 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
HDsshd.c1612 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &sb) == -1) || in main()
1615 _PATH_PRIVSEP_CHROOT_DIR); in main()
1617 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) && in main()
1624 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR); in main()
HDsshd-session.c305 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_preauth_child()
306 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_preauth_child()