diff options
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-git/0024-policy-module-rpc-allow-nfsd-to-exec-shell-commands.patch')
| -rw-r--r-- | recipes-security/refpolicy/refpolicy-git/0024-policy-module-rpc-allow-nfsd-to-exec-shell-commands.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-security/refpolicy/refpolicy-git/0024-policy-module-rpc-allow-nfsd-to-exec-shell-commands.patch b/recipes-security/refpolicy/refpolicy-git/0024-policy-module-rpc-allow-nfsd-to-exec-shell-commands.patch deleted file mode 100644 index 01f6c8b..0000000 --- a/recipes-security/refpolicy/refpolicy-git/0024-policy-module-rpc-allow-nfsd-to-exec-shell-commands.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From bc1f2fba24fb63cd9a65ec22b34fcc59798bbaff Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Xin Ouyang <Xin.Ouyang@windriver.com> | ||
| 3 | Date: Thu, 22 Aug 2013 13:37:23 +0800 | ||
| 4 | Subject: [PATCH 24/34] policy/module/rpc: allow nfsd to exec shell commands. | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [only for Poky] | ||
| 7 | |||
| 8 | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||
| 9 | Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> | ||
| 10 | --- | ||
| 11 | policy/modules/services/rpc.te | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/policy/modules/services/rpc.te b/policy/modules/services/rpc.te | ||
| 15 | index 47fa2fd0..d4209231 100644 | ||
| 16 | --- a/policy/modules/services/rpc.te | ||
| 17 | +++ b/policy/modules/services/rpc.te | ||
| 18 | @@ -227,7 +227,7 @@ kernel_read_network_state(nfsd_t) | ||
| 19 | kernel_dontaudit_getattr_core_if(nfsd_t) | ||
| 20 | kernel_setsched(nfsd_t) | ||
| 21 | kernel_request_load_module(nfsd_t) | ||
| 22 | -# kernel_mounton_proc(nfsd_t) | ||
| 23 | +kernel_mounton_proc(nfsd_t) | ||
| 24 | |||
| 25 | corenet_sendrecv_nfs_server_packets(nfsd_t) | ||
| 26 | corenet_tcp_bind_nfs_port(nfsd_t) | ||
| 27 | -- | ||
| 28 | 2.19.1 | ||
| 29 | |||
