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-fix-real-path_shadow.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-fix-real-path_shadow.patch')
-rw-r--r-- | recipes-security/refpolicy/refpolicy-git/poky-fc-fix-real-path_shadow.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-security/refpolicy/refpolicy-git/poky-fc-fix-real-path_shadow.patch b/recipes-security/refpolicy/refpolicy-git/poky-fc-fix-real-path_shadow.patch index d74f524..a15a776 100644 --- a/recipes-security/refpolicy/refpolicy-git/poky-fc-fix-real-path_shadow.patch +++ b/recipes-security/refpolicy/refpolicy-git/poky-fc-fix-real-path_shadow.patch | |||
@@ -3,13 +3,14 @@ Subject: [PATCH] fix real path for shadow commands. | |||
3 | Upstream-Status: Inappropriate [only for Poky] | 3 | Upstream-Status: Inappropriate [only for Poky] |
4 | 4 | ||
5 | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | 5 | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> |
6 | Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> | ||
6 | --- | 7 | --- |
7 | policy/modules/admin/usermanage.fc | 6 ++++++ | 8 | policy/modules/admin/usermanage.fc | 6 ++++++ |
8 | 1 file changed, 6 insertions(+) | 9 | 1 file changed, 6 insertions(+) |
9 | 10 | ||
10 | --- a/policy/modules/admin/usermanage.fc | 11 | --- a/policy/modules/admin/usermanage.fc |
11 | +++ b/policy/modules/admin/usermanage.fc | 12 | +++ b/policy/modules/admin/usermanage.fc |
12 | @@ -6,15 +6,21 @@ ifdef(`distro_debian',` | 13 | @@ -2,15 +2,21 @@ ifdef(`distro_debian',` |
13 | /etc/cron\.daily/cracklib-runtime -- gen_context(system_u:object_r:crack_exec_t,s0) | 14 | /etc/cron\.daily/cracklib-runtime -- gen_context(system_u:object_r:crack_exec_t,s0) |
14 | ') | 15 | ') |
15 | 16 | ||