summaryrefslogtreecommitdiffstats
path: root/recipes-security/refpolicy/refpolicy-targeted_git.bb
diff options
context:
space:
mode:
authorJoe MacDonald <joe@deserted.net>2019-04-08 13:50:40 -0400
committerJoe MacDonald <joe@deserted.net>2019-04-10 10:57:14 -0400
commit776da889b550ac9e5be414a8cc10fd86b1923264 (patch)
tree79771fa29c551e934321434f4b5f3da7a27fd91f /recipes-security/refpolicy/refpolicy-targeted_git.bb
parenta6a3cadb1ef3203a123d8f5f9df27832f55b2ce3 (diff)
downloadmeta-selinux-jjm/RELEASE_2.20190201.tar.gz
refpolicy: update to 2.20190201 and git HEAD policiesjjm/RELEASE_2.20190201
Additionally, the README has fallen out of date, update it to reflect the current reality of layer dependencies. Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-targeted_git.bb')
-rw-r--r--recipes-security/refpolicy/refpolicy-targeted_git.bb22
1 files changed, 18 insertions, 4 deletions
diff --git a/recipes-security/refpolicy/refpolicy-targeted_git.bb b/recipes-security/refpolicy/refpolicy-targeted_git.bb
index f795bf7..1ecdb4e 100644
--- a/recipes-security/refpolicy/refpolicy-targeted_git.bb
+++ b/recipes-security/refpolicy/refpolicy-targeted_git.bb
@@ -14,8 +14,22 @@ POLICY_MLS_SENS = "0"
14 14
15include refpolicy_${PV}.inc 15include refpolicy_${PV}.inc
16 16
17SYSTEMD_REFPOLICY_PATCHES = " \
18 file://0001-refpolicy-minimum-audit-logging-getty-audit-related-.patch \
19 file://0002-refpolicy-minimum-locallogin-add-allow-rules-for-typ.patch \
20 file://0003-refpolicy-minimum-systemd-unconfined-lib-add-systemd.patch \
21 file://0004-refpolicy-minimum-systemd-mount-logging-authlogin-ad.patch \
22 file://0005-refpolicy-minimum-init-fix-reboot-with-systemd-as-in.patch \
23 file://0006-refpolicy-minimum-systemd-mount-enable-required-refp.patch \
24 file://0007-refpolicy-minimum-systemd-fix-for-login-journal-serv.patch \
25 file://0008-refpolicy-minimum-systemd-fix-for-systemd-tmp-files-.patch \
26 file://0009-refpolicy-minimum-systemd-fix-for-syslog.patch \
27 "
28
29SYSVINIT_REFPOLICY_PATCHES = " \
30 file://0001-fix-update-alternatives-for-sysvinit.patch \
31 "
32
17SRC_URI += " \ 33SRC_URI += " \
18 file://refpolicy-fix-optional-issue-on-sysadm-module.patch \ 34 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${SYSTEMD_REFPOLICY_PATCHES}', '${SYSVINIT_REFPOLICY_PATCHES}', d)} \
19 file://refpolicy-unconfined_u-default-user.patch \ 35 "
20 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'file://refpolicy-remove-duplicate-type_transition.patch', '', d)} \
21 "