diff options
| author | Joe MacDonald <joe_macdonald@mentor.com> | 2017-05-03 21:05:44 -0400 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-05-03 21:05:44 -0400 |
| commit | 0cfdbb47aafef9e9af562c9dffebd0aefefe5457 (patch) | |
| tree | 3ab165035cc90e193aeb0de686fb3a80fa4d9285 /recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch | |
| parent | 849cd74b5ff3c915356ae7411746194728594212 (diff) | |
| download | meta-selinux-0cfdbb47aafef9e9af562c9dffebd0aefefe5457.tar.gz | |
refpolicy: update git recipes
The targeted, mls and minimum recipes had fallen far behind the upstream
refpolicy repository. Refresh all patches and discard ones that are
obviously no longer needed. This should not have any functional change on
the policies.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
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) | ||
