summaryrefslogtreecommitdiffstats
path: root/recipes-security/refpolicy/refpolicy-targeted_git.bb
blob: 15226db2aac1d6071d297a6f0b2ab663c2e0ea6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "SELinux targeted policy"
DESCRIPTION = "\
This is the targeted variant of the SELinux reference policy.  Most service \
domains are locked down. Users and admins will login in with unconfined_t \
domain, so they have the same access to the system as if SELinux was not \
enabled. \
"

POLICY_NAME = "targeted"
POLICY_TYPE = "mcs"
POLICY_MLS_SENS = "0"

include refpolicy_${PV}.inc

SRC_URI += " \
        file://0001-refpolicy-targeted-make-unconfined_u-the-default-sel.patch \
        file://0002-refpolicy-targeted-add-capability2-bpf-and-perfmon-f.patch \
        "