diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-24 20:20:01 +0800 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-08-28 18:38:50 +0800 |
commit | 1699b56fd801f0194b708b4a1d9d95a831a3bbe4 (patch) | |
tree | 6081ac592a48d417313518b01231eb25ef258a4f | |
parent | ddd4ab01f1fa331d866ca8b2a3116c73e1b9395e (diff) | |
download | meta-selinux-1699b56fd801f0194b708b4a1d9d95a831a3bbe4.tar.gz |
Enable two options to ensure selinux can boot up
* CONFIG_SECURITY=y
* CONFIG_SECURITYFS=y
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto/selinux.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/selinux.cfg b/recipes-kernel/linux/linux-yocto/selinux.cfg index 53cdf57..2edd366 100644 --- a/recipes-kernel/linux/linux-yocto/selinux.cfg +++ b/recipes-kernel/linux/linux-yocto/selinux.cfg | |||
@@ -18,6 +18,8 @@ CONFIG_EXT4_FS_SECURITY=y | |||
18 | CONFIG_JFS_SECURITY=y | 18 | CONFIG_JFS_SECURITY=y |
19 | CONFIG_REISERFS_FS_SECURITY=y | 19 | CONFIG_REISERFS_FS_SECURITY=y |
20 | CONFIG_JFFS2_FS_SECURITY=y | 20 | CONFIG_JFFS2_FS_SECURITY=y |
21 | CONFIG_SECURITY=y | ||
22 | CONFIG_SECURITYFS=y | ||
21 | CONFIG_SECURITY_NETWORK=y | 23 | CONFIG_SECURITY_NETWORK=y |
22 | CONFIG_SECURITY_SELINUX=y | 24 | CONFIG_SECURITY_SELINUX=y |
23 | CONFIG_SECURITY_SELINUX_BOOTPARAM=y | 25 | CONFIG_SECURITY_SELINUX_BOOTPARAM=y |