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

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dconfig.h12 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
H A Dpathnames.h156 #ifndef _PATH_PRIVSEP_CHROOT_DIR
157 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
H A Dsshd.c626 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1)
627 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
1746 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1749 _PATH_PRIVSEP_CHROOT_DIR);
1752 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
1759 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);

Completed in 293 milliseconds