Blame SOURCES/vsftpd-3.0.2-seccomp.patch

bd78b8
diff -up vsftpd-3.0.2/tunables.c.seccomp_default vsftpd-3.0.2/tunables.c
bd78b8
--- vsftpd-3.0.2/tunables.c.seccomp_default	2012-11-21 10:07:23.336130468 +0100
bd78b8
+++ vsftpd-3.0.2/tunables.c	2012-11-21 10:07:31.329130552 +0100
bd78b8
@@ -228,7 +228,7 @@ tunables_load_defaults()
bd78b8
   tunable_isolate_network = 1;
bd78b8
   tunable_ftp_enable = 1;
bd78b8
   tunable_http_enable = 0;
bd78b8
-  tunable_seccomp_sandbox = 1;
bd78b8
+  tunable_seccomp_sandbox = 0;
bd78b8
   tunable_allow_writeable_chroot = 0;
bd78b8
 
bd78b8
   tunable_accept_timeout = 60;