From dc2cbc98814b65108d72056b0f58678802d59bde Mon Sep 17 00:00:00 2001 From: Kotaro Hashimoto Date: Wed, 19 Apr 2017 14:14:31 +0900 Subject: meta-agl-bsp/meta-ti: Fix kernel config fragment about smack Previous changes(*) caused to be disable smack setting. This patchset re-enable smack setting. (*)https://gerrit.automotivelinux.org/gerrit/#/c/8567/ Bug-AGL: SPEC-450 Change-Id: Ib0e28b232ce9f39df71cd194baedbbaeab9f62ca Signed-off-by: Kotaro Hashimoto --- .../meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-agl-bsp/meta-ti') diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend index 0c9374050..c2c7e5fbe 100644 --- a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend +++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend @@ -22,3 +22,9 @@ SRC_URI_append_smack = "\ file://0004-Smack-Assign-smack_known_web-label-for-kernel-thread.patch \ " +# Enable support for smack +KERNEL_CONFIG_FRAGMENTS_append_smack = "\ + ${WORKDIR}/audit.cfg \ + ${WORKDIR}/smack.cfg \ + ${WORKDIR}/smack-default-lsm.cfg \ +" -- cgit 1.2.3-korg