summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2014-07-24 20:20:01 +0800
committerXin Ouyang <xin.ouyang@windriver.com>2014-08-28 18:38:50 +0800
commit1699b56fd801f0194b708b4a1d9d95a831a3bbe4 (patch)
tree6081ac592a48d417313518b01231eb25ef258a4f
parentddd4ab01f1fa331d866ca8b2a3116c73e1b9395e (diff)
downloadmeta-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.cfg2
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
18CONFIG_JFS_SECURITY=y 18CONFIG_JFS_SECURITY=y
19CONFIG_REISERFS_FS_SECURITY=y 19CONFIG_REISERFS_FS_SECURITY=y
20CONFIG_JFFS2_FS_SECURITY=y 20CONFIG_JFFS2_FS_SECURITY=y
21CONFIG_SECURITY=y
22CONFIG_SECURITYFS=y
21CONFIG_SECURITY_NETWORK=y 23CONFIG_SECURITY_NETWORK=y
22CONFIG_SECURITY_SELINUX=y 24CONFIG_SECURITY_SELINUX=y
23CONFIG_SECURITY_SELINUX_BOOTPARAM=y 25CONFIG_SECURITY_SELINUX_BOOTPARAM=y