summaryrefslogtreecommitdiffstats
path: root/recipes-security/refpolicy/refpolicy-mls_2.20120725.bb
blob: 4d753220a3e91cda2fb0c3e3a26ff39d07d342ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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. \
"

PR = "r3"

POLICY_NAME = "mls"
POLICY_TYPE = "mls"
POLICY_DISTRO = "redhat"
POLICY_UBAC = "n"
POLICY_UNK_PERMS = "allow"
POLICY_DIRECT_INITRC = "n"
POLICY_MONOLITHIC = "n"
POLICY_CUSTOM_BUILDOPT = ""
POLICY_QUIET = "y"

POLICY_MLS_SENS = "16"
POLICY_MLS_CATS = "1024"
POLICY_MCS_CATS = "1024"

include refpolicy_${PV}.inc