Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 391011 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 391011