diff options
author | Shrikant Bobade <shrikant_bobade@mentor.com> | 2015-07-30 19:07:09 +0530 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-08-07 16:48:19 -0400 |
commit | 46b344baa3e20ff2ea433691315e163a9a119e04 (patch) | |
tree | 13a16f2477d8178af33ddb47272730cbd47a78e8 | |
parent | 73e5f9c82a413a7153b1d70c6f9987a17e21cef4 (diff) | |
download | meta-selinux-46b344baa3e20ff2ea433691315e163a9a119e04.tar.gz |
refpolicy-standard: update base refpolicy 20141203
A simple forward-port of refpolicy-standard to use the 20141203
base refpolicy.
Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/refpolicy/refpolicy-standard_2.20141203.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-security/refpolicy/refpolicy-standard_2.20141203.bb b/recipes-security/refpolicy/refpolicy-standard_2.20141203.bb new file mode 100644 index 0000000..3674fdd --- /dev/null +++ b/recipes-security/refpolicy/refpolicy-standard_2.20141203.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Standard variants of the SELinux policy" | ||
2 | DESCRIPTION = "\ | ||
3 | This is the reference policy for SELinux built with type enforcement \ | ||
4 | only." | ||
5 | |||
6 | POLICY_TYPE = "standard" | ||
7 | |||
8 | include refpolicy_${PV}.inc | ||