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

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