View | Details | Raw Unified | Return to bug 2010
Collapse All | Expand All

(-)configure.ac (-1 / +1 lines)
Lines 2591-2597 elif test "x$sandbox_arg" = "xdarwin" || Link Here
2591
	AC_DEFINE([SANDBOX_DARWIN], [1], [Sandbox using Darwin sandbox_init(3)])
2591
	AC_DEFINE([SANDBOX_DARWIN], [1], [Sandbox using Darwin sandbox_init(3)])
2592
elif test "x$sandbox_arg" = "xseccomp_filter" || \
2592
elif test "x$sandbox_arg" = "xseccomp_filter" || \
2593
     ( test -z "$sandbox_arg" && \
2593
     ( test -z "$sandbox_arg" && \
2594
       test "x$have_seccomp_filter" == "x1" && \
2594
       test "x$have_seccomp_filter" = "x1" && \
2595
       test "x$ac_cv_header_linux_audit_h" = "xyes" && \
2595
       test "x$ac_cv_header_linux_audit_h" = "xyes" && \
2596
       test "x$have_seccomp_audit_arch" = "x1" && \
2596
       test "x$have_seccomp_audit_arch" = "x1" && \
2597
       test "x$have_linux_no_new_privs" = "x1" && \
2597
       test "x$have_linux_no_new_privs" = "x1" && \

Return to bug 2010