diff options
author | Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp> | 2017-02-03 10:17:59 +0900 |
---|---|---|
committer | Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp> | 2017-02-03 10:17:59 +0900 |
commit | 8360d714b7373386f4bebeb434dbc6f0a4a49b9d (patch) | |
tree | 8dcc906e4f6fbb8710fc11dca20a6c6cab6a10fa /meta-agl-bsp/meta-qcom/recipes-kernel/linux/files/smack.cfg | |
parent | 352bca8be39cf61c6dea758a76178ef577532f08 (diff) |
Enable smack in linux-linaro-qcomlt kernel
This changes enables the smack feature in linux-linaro-qcomlt kernel
by using configuration fragments.
Change-Id: I54183ffcf31f63ea99ba785442e1833299c3f273
Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
Diffstat (limited to 'meta-agl-bsp/meta-qcom/recipes-kernel/linux/files/smack.cfg')
-rw-r--r-- | meta-agl-bsp/meta-qcom/recipes-kernel/linux/files/smack.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-qcom/recipes-kernel/linux/files/smack.cfg b/meta-agl-bsp/meta-qcom/recipes-kernel/linux/files/smack.cfg new file mode 100644 index 000000000..62f465a45 --- /dev/null +++ b/meta-agl-bsp/meta-qcom/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 |