meta-selinux/recipes-kernel/linux/linux-yocto_3.0.bbappend
Mark Hatle efda6dc804 linux-yocto: Enable SE Linux support
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-01-31 13:59:50 -06:00

5 lines
203 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# Enable selinux support in the kernel if the feature is enabled
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}"