Blame SOURCES/0034-Turn-off-seccomp-sandbox-because-it-is-too-strict.patch

ab00cd
From 4922e60589326540b2ee4f0bdfd6cb95f645f3d5 Mon Sep 17 00:00:00 2001
ab00cd
From: Martin Sehnoutka <msehnout@redhat.com>
ab00cd
Date: Fri, 18 Nov 2016 10:23:29 +0100
ab00cd
Subject: [PATCH 34/59] Turn off seccomp sandbox, because it is too strict.
ab00cd
ab00cd
---
ab00cd
 tunables.c | 2 +-
ab00cd
 1 file changed, 1 insertion(+), 1 deletion(-)
ab00cd
ab00cd
diff --git a/tunables.c b/tunables.c
ab00cd
index 78f2bcd..5440c00 100644
ab00cd
--- a/tunables.c
ab00cd
+++ b/tunables.c
ab00cd
@@ -237,7 +237,7 @@ tunables_load_defaults()
ab00cd
   tunable_isolate_network = 1;
ab00cd
   tunable_ftp_enable = 1;
ab00cd
   tunable_http_enable = 0;
ab00cd
-  tunable_seccomp_sandbox = 1;
ab00cd
+  tunable_seccomp_sandbox = 0;
ab00cd
   tunable_allow_writeable_chroot = 0;
ab00cd
 
ab00cd
   tunable_accept_timeout = 60;
ab00cd
-- 
ab00cd
2.14.4
ab00cd