Home
last modified time | relevance | path

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

/external/openssh/
Dpathnames.h158 #ifndef _PATH_PRIVSEP_CHROOT_DIR
159 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
Dconfig.h1599 #define _PATH_PRIVSEP_CHROOT_DIR "/data/ssh/empty" macro
Dsshd.c633 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_preauth_child()
634 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_preauth_child()
1906 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1909 _PATH_PRIVSEP_CHROOT_DIR);
1912 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
1919 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);