diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2017-01-06 15:07:23 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-01-06 15:07:23 -0500 |
commit | d85c6734eebbc84e55af467b59bf79afbe8cec31 (patch) | |
tree | a77d8d2397f9b941d7fce5f483080a1ac12f0c26 /recipes-security/refpolicy/refpolicy-git/poky-fc-fix-real-path_shadow.patch | |
parent | 68fc3af746701ea10cf8f081dc96a0ee61f1025e (diff) | |
download | meta-selinux-d85c6734eebbc84e55af467b59bf79afbe8cec31.tar.gz |
refpolicy-git: Update patches
A number of upstream changes caused patch conflicts or duplication in the
final policy. Update the list of git patches appropriately.
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 | 11 |
1 files changed, 5 insertions, 6 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 29ac2c3..d74f524 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 | |||
@@ -7,11 +7,11 @@ Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | |||
7 | policy/modules/admin/usermanage.fc | 6 ++++++ | 7 | policy/modules/admin/usermanage.fc | 6 ++++++ |
8 | 1 file changed, 6 insertions(+) | 8 | 1 file changed, 6 insertions(+) |
9 | 9 | ||
10 | diff --git a/policy/modules/admin/usermanage.fc b/policy/modules/admin/usermanage.fc | ||
11 | index f82f0ce..841ba9b 100644 | ||
12 | --- a/policy/modules/admin/usermanage.fc | 10 | --- a/policy/modules/admin/usermanage.fc |
13 | +++ b/policy/modules/admin/usermanage.fc | 11 | +++ b/policy/modules/admin/usermanage.fc |
14 | @@ -4,11 +4,17 @@ ifdef(`distro_gentoo',` | 12 | @@ -6,15 +6,21 @@ ifdef(`distro_debian',` |
13 | /etc/cron\.daily/cracklib-runtime -- gen_context(system_u:object_r:crack_exec_t,s0) | ||
14 | ') | ||
15 | 15 | ||
16 | /usr/bin/chage -- gen_context(system_u:object_r:passwd_exec_t,s0) | 16 | /usr/bin/chage -- gen_context(system_u:object_r:passwd_exec_t,s0) |
17 | /usr/bin/chfn -- gen_context(system_u:object_r:chfn_exec_t,s0) | 17 | /usr/bin/chfn -- gen_context(system_u:object_r:chfn_exec_t,s0) |
@@ -29,6 +29,5 @@ index f82f0ce..841ba9b 100644 | |||
29 | 29 | ||
30 | /usr/lib/cracklib_dict.* -- gen_context(system_u:object_r:crack_db_t,s0) | 30 | /usr/lib/cracklib_dict.* -- gen_context(system_u:object_r:crack_db_t,s0) |
31 | 31 | ||
32 | -- | 32 | /usr/sbin/crack_[a-z]* -- gen_context(system_u:object_r:crack_exec_t,s0) |
33 | 1.7.9.5 | 33 | /usr/sbin/cracklib-[a-z]* -- gen_context(system_u:object_r:crack_exec_t,s0) |
34 | |||