Home
last modified time | relevance | path

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

/external/openssh/
Dpathnames.h163 #ifndef _PATH_PRIVSEP_CHROOT_DIR
164 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
Dsshd.c465 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_preauth_child()
466 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_preauth_child()
1907 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1910 _PATH_PRIVSEP_CHROOT_DIR);
1913 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
1920 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);