Searched refs:_PATH_PRIVSEP_CHROOT_DIR (Results 1 – 3 of 3) sorted by relevance
177 #ifndef _PATH_PRIVSEP_CHROOT_DIR178 #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" macro
191 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1) in privsep_child_demote()192 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR, in privsep_child_demote()
1791 if ((stat(_PATH_PRIVSEP_CHROOT_DIR, &sb) == -1) || in main()1794 _PATH_PRIVSEP_CHROOT_DIR); in main()1796 if (check_ntsec(_PATH_PRIVSEP_CHROOT_DIR) && in main()1803 "world-writable.", _PATH_PRIVSEP_CHROOT_DIR); in main()