diff options
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch')
| -rw-r--r-- | recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch b/recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch deleted file mode 100644 index fea90ad..0000000 --- a/recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | Subject: [PATCH] refpolicy: fix real path for netutils | ||
| 2 | |||
| 3 | Upstream-Status: Inappropriate [configuration] | ||
| 4 | |||
| 5 | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||
| 6 | --- | ||
| 7 | policy/modules/admin/netutils.fc | 1 + | ||
| 8 | 1 file changed, 1 insertion(+) | ||
| 9 | |||
| 10 | --- a/policy/modules/admin/netutils.fc | ||
| 11 | +++ b/policy/modules/admin/netutils.fc | ||
| 12 | @@ -1,10 +1,11 @@ | ||
| 13 | /bin/ping.* -- gen_context(system_u:object_r:ping_exec_t,s0) | ||
| 14 | /bin/tracepath.* -- gen_context(system_u:object_r:traceroute_exec_t,s0) | ||
| 15 | /bin/traceroute.* -- gen_context(system_u:object_r:traceroute_exec_t,s0) | ||
| 16 | |||
| 17 | /sbin/arping -- gen_context(system_u:object_r:netutils_exec_t,s0) | ||
| 18 | +/bin/arping -- gen_context(system_u:object_r:netutils_exec_t,s0) | ||
| 19 | |||
| 20 | /usr/bin/arping -- gen_context(system_u:object_r:netutils_exec_t,s0) | ||
| 21 | /usr/bin/lft -- gen_context(system_u:object_r:traceroute_exec_t,s0) | ||
| 22 | /usr/bin/nmap -- gen_context(system_u:object_r:traceroute_exec_t,s0) | ||
| 23 | /usr/bin/ping.* -- gen_context(system_u:object_r:ping_exec_t,s0) | ||
