From 5fb2cb54bc5105d41bcf2012ef5583c752588935 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 27 Oct 2016 11:16:01 +0200 Subject: Enable smack, ramdisk and nbd in linux-staging-ti kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changeset enables the necessary features for AGL in the linux-ti-staging kernel by using configuration fragments. These are additive to the configuration matrix done by linux-ti-staging itself (per board). Apply likewise for other needed options. Change-Id: Iebd212ca81f1c6a7f65f1f413f2021aa11f8190e Signed-off-by: Jan-Simon Möller --- meta-agl-bsp/meta-ti/recipes-kernel/linux/files/smack.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-agl-bsp/meta-ti/recipes-kernel/linux/files/smack.cfg (limited to 'meta-agl-bsp/meta-ti/recipes-kernel/linux/files/smack.cfg') diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/smack.cfg b/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/smack.cfg new file mode 100644 index 000000000..62f465a45 --- /dev/null +++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/files/smack.cfg @@ -0,0 +1,8 @@ +CONFIG_IP_NF_SECURITY=m +CONFIG_IP6_NF_SECURITY=m +CONFIG_EXT2_FS_SECURITY=y +CONFIG_EXT3_FS_SECURITY=y +CONFIG_EXT4_FS_SECURITY=y +CONFIG_SECURITY=y +CONFIG_SECURITY_SMACK=y +CONFIG_TMPFS_XATTR=y -- cgit 1.2.3-korg