Home | History | Annotate | Download | only in openssh

Lines Matching refs:_PATH_PRIVSEP_CHROOT_DIR

603 	if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1)
604 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
1694 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &st) == -1) ||
1697 _PATH_PRIVSEP_CHROOT_DIR);
1700 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) &&
1707 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);