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

/freebsd-13-stable/crypto/openssh/
H A Dpathnames.h157 #ifndef _PATH_PRIVSEP_CHROOT_DIR
158 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
H A Dsshd.c571 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1)
572 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
1884 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1887 _PATH_PRIVSEP_CHROOT_DIR);
1890 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
1897 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);

Completed in 142 milliseconds