diff --git a/vsftpd-3.0.0-turn-seccomp-sandbox-off.patch b/vsftpd-3.0.0-turn-seccomp-sandbox-off.patch deleted file mode 100644 index e9b9bb9..0000000 --- a/vsftpd-3.0.0-turn-seccomp-sandbox-off.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: vsftpd-3.0.0/tunables.c -=================================================================== ---- vsftpd-3.0.0.orig/tunables.c 2012-04-05 00:29:50.000000000 +0200 -+++ vsftpd-3.0.0/tunables.c 2012-04-11 13:50:39.538712522 +0200 -@@ -226,7 +226,7 @@ - tunable_isolate_network = 1; - tunable_ftp_enable = 1; - tunable_http_enable = 0; -- tunable_seccomp_sandbox = 1; -+ tunable_seccomp_sandbox = 0; - tunable_allow_writeable_chroot = 0; - - tunable_accept_timeout = 60;