summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.3/0001-vsftpd-allow-sysinfo-in-the-seccomp-sandbox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.3/0001-vsftpd-allow-sysinfo-in-the-seccomp-sandbox.patch')
-rw-r--r--meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.3/0001-vsftpd-allow-sysinfo-in-the-seccomp-sandbox.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.3/0001-vsftpd-allow-sysinfo-in-the-seccomp-sandbox.patch b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.3/0001-vsftpd-allow-sysinfo-in-the-seccomp-sandbox.patch
index 7accbbc241..c6c0f80a19 100644
--- a/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.3/0001-vsftpd-allow-sysinfo-in-the-seccomp-sandbox.patch
+++ b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.3/0001-vsftpd-allow-sysinfo-in-the-seccomp-sandbox.patch
@@ -1,4 +1,4 @@
1From 37cc924363515c8c309944c455bcbba7ddcc8eda Mon Sep 17 00:00:00 2001 1From 9c4826c19f04da533886209361a2caddf582d65c Mon Sep 17 00:00:00 2001
2From: Mingli Yu <Mingli.Yu@windriver.com> 2From: Mingli Yu <Mingli.Yu@windriver.com>
3Date: Tue, 6 Sep 2016 17:17:44 +0800 3Date: Tue, 6 Sep 2016 17:17:44 +0800
4Subject: [PATCH] vsftpd: allow sysinfo() in the seccomp sandbox 4Subject: [PATCH] vsftpd: allow sysinfo() in the seccomp sandbox
@@ -24,6 +24,7 @@ ftp> mget small*
24OOPS: priv_sock_get_cmd 24OOPS: priv_sock_get_cmd
25 25
26Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> 26Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
27
27--- 28---
28 seccompsandbox.c | 1 + 29 seccompsandbox.c | 1 +
29 1 file changed, 1 insertion(+) 30 1 file changed, 1 insertion(+)
@@ -40,6 +41,3 @@ index 2c350a9..67d9ca5 100644
40 /* Misc */ 41 /* Misc */
41 allow_nr(__NR_umask); 42 allow_nr(__NR_umask);
42 43
43--
442.8.1
45