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