From 7d490b9d5a072ad26ae9df7c2fa0e86dcae98330 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Tue, 10 Apr 2012 15:11:46 +0800 Subject: refpolicy*: Rename bb recipe of standard policy. --- .../refpolicy/refpolicy-standard_2.20120215.bb | 17 +++++++++++++++++ recipes-security/refpolicy/refpolicy_2.20120215.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 recipes-security/refpolicy/refpolicy-standard_2.20120215.bb delete mode 100644 recipes-security/refpolicy/refpolicy_2.20120215.bb diff --git a/recipes-security/refpolicy/refpolicy-standard_2.20120215.bb b/recipes-security/refpolicy/refpolicy-standard_2.20120215.bb new file mode 100644 index 0000000..b64a461 --- /dev/null +++ b/recipes-security/refpolicy/refpolicy-standard_2.20120215.bb @@ -0,0 +1,17 @@ +SUMMARY = "Standard variants of the SELinux policy" +DESCRIPTION = "\ +This is the reference policy for SELinux built with type enforcement \ +only." + +PR = "r0" + +POLICY_NAME = "standard" +POLICY_TYPE = "standard" +POLICY_DISTRO = "redhat" +POLICY_UNK_PERMS = "allow" +POLICY_DIRECT_INITRC = "n" +POLICY_MONOLITHIC = "n" +POLICY_CUSTOM_BUILDOPT = "" +POLICY_QUIET = "y" + +include refpolicy_${PV}.inc diff --git a/recipes-security/refpolicy/refpolicy_2.20120215.bb b/recipes-security/refpolicy/refpolicy_2.20120215.bb deleted file mode 100644 index b64a461..0000000 --- a/recipes-security/refpolicy/refpolicy_2.20120215.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Standard variants of the SELinux policy" -DESCRIPTION = "\ -This is the reference policy for SELinux built with type enforcement \ -only." - -PR = "r0" - -POLICY_NAME = "standard" -POLICY_TYPE = "standard" -POLICY_DISTRO = "redhat" -POLICY_UNK_PERMS = "allow" -POLICY_DIRECT_INITRC = "n" -POLICY_MONOLITHIC = "n" -POLICY_CUSTOM_BUILDOPT = "" -POLICY_QUIET = "y" - -include refpolicy_${PV}.inc -- cgit v1.2.3-54-g00ecf