From fad5528d09fbcc988ec59720b4e882e4a53dc061 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Mon, 7 Mar 2016 15:52:49 -0500 Subject: refpolicy: update for change in libsemanage 2.5 libsemanage 2.5 renamed /var/lib/selinux/tmp to /var/lib/selinux/final; update the refpolicy recipe accordingly. Signed-off-by: Stephen Smalley Signed-off-by: Philip Tricca --- recipes-security/refpolicy/refpolicy_common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index 5acbf3e..0b0b2fd 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc @@ -114,8 +114,8 @@ EOF # Create policy store and build the policy semodule -p ${D} -s ${POLICY_NAME} -n -B rm -f ${D}${sysconfdir}/selinux/semanage.conf - # no need to leave tmp dir created by semanage lanying around - rm -rf ${D}${localstatedir}/lib/selinux/tmp + # no need to leave final dir created by semanage laying around + rm -rf ${D}${localstatedir}/lib/selinux/final } install_misc_files () { -- cgit v1.2.3-54-g00ecf