Home
last modified time | relevance | path

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

/external/openssh/
Dpathnames.h156 #ifndef _PATH_PRIVSEP_CHROOT_DIR
157 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
Dsshd.c562 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_preauth_child()
563 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_preauth_child()
1833 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1836 _PATH_PRIVSEP_CHROOT_DIR);
1839 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
1846 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);
Dconfig.h1604 #define _PATH_PRIVSEP_CHROOT_DIR SSHDIR "/empty" macro