blob: 738823277e54bb5ecf7e53dbf5f20822877ce8e9 (
plain)
1
2
3
4
5
6
7
8
9
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
|