Lines Matching refs:sandbox
619 # the --with-solaris-privs option and --with-sandbox=solaris).
788 AC_CHECK_HEADERS([sandbox.h])
789 AC_CHECK_LIB([sandbox], [sandbox_apply], [
3639 # Decide which sandbox style to use
3641 AC_ARG_WITH([sandbox], optwith
3642 …[ --with-sandbox=style Specify privilege separation sandbox (no, capsicum, darwin, rlimit, sec…
3656 # NOFILES so check that both work before enabling the rlimit sandbox.
3762 AC_MSG_ERROR([pledge sandbox requires pledge(2) support])
3768 AC_MSG_ERROR([systrace sandbox requires systrace headers and SYSTR_POLICY_KILL support])
3776 AC_MSG_ERROR([Darwin seatbelt sandbox requires sandbox.h and sandbox_init function])
3789 AC_MSG_ERROR([seccomp_filter sandbox not supported on $host])
3791 AC_MSG_ERROR([seccomp_filter sandbox requires PR_SET_NO_NEW_PRIVS])
3793 AC_MSG_ERROR([seccomp_filter sandbox requires seccomp headers])
3795 AC_MSG_ERROR([seccomp_filter sandbox requires prctl function])
3804 AC_MSG_ERROR([capsicum sandbox requires sys/capsicum.h header])
3806 AC_MSG_ERROR([capsicum sandbox requires cap_rights_limit function])
3814 AC_MSG_ERROR([rlimit sandbox requires setrlimit function])
3816 AC_MSG_ERROR([rlimit sandbox requires select to work with rlimit])
3828 AC_MSG_ERROR([unsupported --with-sandbox])
5748 echo " Privsep sandbox style: $SANDBOX_STYLE"