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