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

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