Package: vsftpd / 3.0.3-13

0060-seccomp_sandbox.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Change default of seccomp_sandbox
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735357
Last-Update: 2015-05-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/tunables.c
===================================================================
--- trunk.orig/tunables.c
+++ trunk/tunables.c
@@ -228,7 +228,7 @@ tunables_load_defaults()
   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;