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.h1601 #define _PATH_PRIVSEP_CHROOT_DIR SSHDIR "/empty" macro
Dsshd.c636 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_preauth_child()
637 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_preauth_child()
1924 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1927 _PATH_PRIVSEP_CHROOT_DIR);
1930 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
1937 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);