[yocto] [meta-selinux][PATCH 5/8] refpolicy-mls: update base refpolicy to git repo

Shrikant Bobade bobadeshrikant at gmail.com
Mon Aug 3 06:35:55 PDT 2015


From: Shrikant Bobade <shrikant_bobade at mentor.com>

A simple forward-port of refpolicy-mls to use the
refpolicy from git repository.

Signed-off-by: Shrikant Bobade <shrikant_bobade at mentor.com>
---
 recipes-security/refpolicy/refpolicy-mls_git.bb |   10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 recipes-security/refpolicy/refpolicy-mls_git.bb

diff --git a/recipes-security/refpolicy/refpolicy-mls_git.bb b/recipes-security/refpolicy/refpolicy-mls_git.bb
new file mode 100644
index 0000000..7388232
--- /dev/null
+++ b/recipes-security/refpolicy/refpolicy-mls_git.bb
@@ -0,0 +1,10 @@
+SUMMARY = "MLS (Multi Level Security) variant of the SELinux policy"
+DESCRIPTION = "\
+This is the reference policy for SE Linux built with MLS support. \
+It allows giving data labels such as \"Top Secret\" and preventing \
+such data from leaking to processes or files with lower classification. \
+"
+
+POLICY_TYPE = "mls"
+
+include refpolicy_${PV}.inc
-- 
1.7.9.5




More information about the yocto mailing list