Skip to content

Commit 508ff26

Browse files
selinux: Enable SELinux support and initial policy integration. (#1118)
2 parents 93bb171 + 45fe17a commit 508ff26

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

ci/qcom-distro.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ repos:
2929
url: https://github.com/Audioreach/meta-ar
3030
branch: main
3131

32+
meta-selinux:
33+
branch: master
34+
url: https://git.yoctoproject.org/meta-selinux
35+
3236
local_conf_header:
3337
virtualization:
3438
SKIP_META_VIRT_SANITY_CHECK = "1"

conf/layer.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ BBFILES_DYNAMIC += " \
1818
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
1919
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \
2020
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
21+
selinux:${LAYERDIR}/dynamic-layers/selinux/*/*/*.bb \
22+
selinux:${LAYERDIR}/dynamic-layers/selinux/*/*/*.bbappend \
2123
"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require recipes-kernel/linux/linux-yocto_selinux.inc

0 commit comments

Comments
 (0)