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