mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
A simple forward-port of refpolicy-mcs to use the refpolicy from git repository. Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
12 lines
435 B
BlitzBasic
12 lines
435 B
BlitzBasic
SUMMARY = "MCS (Multi Category Security) variant of the SELinux policy"
|
|
DESCRIPTION = "\
|
|
This is the reference policy for SE Linux built with MCS support. \
|
|
An MCS policy is the same as an MLS policy but with only one sensitivity \
|
|
level. This is useful on systems where a hierarchical policy (MLS) isn't \
|
|
needed (pretty much all systems) but the non-hierarchical categories are. \
|
|
"
|
|
|
|
POLICY_TYPE = "mcs"
|
|
|
|
include refpolicy_${PV}.inc
|