mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Add SELinux specific configuration snippet for busybox.
This patch adds a SELinux specific configuration snippet for busybox to enable SELinux support in busybox out of the box. This is needed to enable SELinux specific command line options for certain commands like ps -Z. Signed-off-by: "Weisser, Pascal" <pascal.weisser.ext@karlstorz.com> Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
This commit is contained in:
parent
bef33cdd75
commit
9e9c7b88ee
|
|
@ -1,3 +1,9 @@
|
||||||
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
|
SRC_URI:append = " file://selinux.cfg"
|
||||||
|
|
||||||
|
DEPENDS:append = " libselinux"
|
||||||
|
|
||||||
PTEST_BINDIR = "0"
|
PTEST_BINDIR = "0"
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/${PN}"
|
FILES:${PN} += "${libdir}/${PN}"
|
||||||
|
|
|
||||||
1
recipes-core/busybox/files/selinux.cfg
Normal file
1
recipes-core/busybox/files/selinux.cfg
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_SELINUX=y
|
||||||
Loading…
Reference in New Issue
Block a user