Lines Matching refs:sandbox_arg
2966 sandbox_arg=""
2971 sandbox_arg=""
2973 sandbox_arg="$withval"
3064 if test "x$sandbox_arg" = "xsystrace" || \
3065 ( test -z "$sandbox_arg" && test "x$have_systr_policy_kill" = "x1" ) ; then
3070 elif test "x$sandbox_arg" = "xdarwin" || \
3071 ( test -z "$sandbox_arg" && test "x$ac_cv_func_sandbox_init" = "xyes" && \
3078 elif test "x$sandbox_arg" = "xseccomp_filter" || \
3079 ( test -z "$sandbox_arg" && \
3097 elif test "x$sandbox_arg" = "xcapsicum" || \
3098 ( test -z "$sandbox_arg" && \
3107 elif test "x$sandbox_arg" = "xrlimit" || \
3108 ( test -z "$sandbox_arg" && test "x$ac_cv_func_setrlimit" = "xyes" && \
3117 elif test -z "$sandbox_arg" || test "x$sandbox_arg" = "xno" || \
3118 test "x$sandbox_arg" = "xnone" || test "x$sandbox_arg" = "xnull" ; then