forked from pool/vsftpd
Accepting request 131864 from network
- make seccomp sandbox enabled by default * dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch OBS-URL: https://build.opensuse.org/request/show/131864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=32
This commit is contained in:
commit
d195e8e869
@ -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;
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 07:07:55 UTC 2012 - mvyskocil@suse.cz
|
||||
|
||||
- make seccomp sandbox enabled by default
|
||||
* dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 10:38:40 UTC 2012 - brian@aljex.com
|
||||
|
||||
|
@ -49,11 +49,8 @@ Patch6: vsftpd-2.0.5-vuser.patch
|
||||
Patch7: vsftpd-2.0.5-enable-debuginfo.patch
|
||||
Patch8: vsftpd-2.0.5-utf8-log-names.patch
|
||||
Patch9: vsftpd-2.3.5-conf.patch
|
||||
#PATCH-FIX-OPENSUSE: turn the seccomp_sanbox feature off by default
|
||||
# revert it when seccomp feature will be in suse/vanilla kernel
|
||||
Patch10: vsftpd-3.0.0-turn-seccomp-sandbox-off.patch
|
||||
Patch11: vsftpd-3.0.0_gnu_source_defines.patch
|
||||
Patch12: vsftpd-3.0.0-optional-seccomp.patch
|
||||
Patch10: vsftpd-3.0.0_gnu_source_defines.patch
|
||||
Patch11: vsftpd-3.0.0-optional-seccomp.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: ftp-server
|
||||
PreReq: %insserv_prereq /usr/sbin/useradd
|
||||
@ -83,7 +80,6 @@ tests.
|
||||
%patch9
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
|
||||
%build
|
||||
%define seccomp_opts %{nil}
|
||||
|
Loading…
x
Reference in New Issue
Block a user