meta-agl-bsp/meta-qcom: Fix kernel config fragment about smack 33/9133/2
authorKotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
Wed, 19 Apr 2017 05:17:08 +0000 (14:17 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 20 Apr 2017 09:27:58 +0000 (09:27 +0000)
Previous changes(*) caused to be disable smack setting.
This patchset re-enable smack setting.
(*)https://gerrit.automotivelinux.org/gerrit/#/c/8569/

Bug-AGL: SPEC-450

Change-Id: I961192e42991a0d2542ca23fac030b8f3eba3fcf
Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bbappend

index 8127793..2c90b89 100644 (file)
@@ -21,3 +21,10 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg"
 # Enable support for RTLSDR
 SRC_URI += " file://rtl_sdr.cfg "
 KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/rtl_sdr.cfg"
+
+# Enable support for smack
+KERNEL_CONFIG_FRAGMENTS_append_smack = "\
+       ${WORKDIR}/audit.cfg \
+       ${WORKDIR}/smack.cfg \
+       ${WORKDIR}/smack-default-lsm.cfg \
+"