blob: 1f3030aec924fcfae009658d421a1ddfebaebe50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SUMMARY = "Standard variants of the SELinux policy"
DESCRIPTION = "\
This is the reference policy for SELinux built with type enforcement \
only."
PR = "r3"
POLICY_NAME = "standard"
POLICY_TYPE = "standard"
POLICY_DISTRO = "redhat"
POLICY_UBAC = "n"
POLICY_UNK_PERMS = "allow"
POLICY_DIRECT_INITRC = "n"
POLICY_MONOLITHIC = "n"
POLICY_CUSTOM_BUILDOPT = ""
POLICY_QUIET = "y"
include refpolicy_${PV}.inc
|