blob: 062727b72ca6960bf33b215271d4582f37179ff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|