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 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch b/recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch new file mode 100644 index 0000000..b45d03e --- /dev/null +++ b/recipes-security/refpolicy/refpolicy-git/poky-fc-netutils.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 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 | diff --git a/policy/modules/admin/netutils.fc b/policy/modules/admin/netutils.fc | ||
| 11 | index 407078f..f2ed3dc 100644 | ||
| 12 | --- a/policy/modules/admin/netutils.fc | ||
| 13 | +++ b/policy/modules/admin/netutils.fc | ||
| 14 | @@ -3,6 +3,7 @@ | ||
| 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/lft -- gen_context(system_u:object_r:traceroute_exec_t,s0) | ||
| 21 | /usr/bin/nmap -- gen_context(system_u:object_r:traceroute_exec_t,s0) | ||
| 22 | -- | ||
| 23 | 1.7.11.7 | ||
| 24 | |||
