* [meta-selinux][PATCH] Enable two options to ensure selinux can boot up
@ 2014-07-24 12:20 Zhenhua Luo
2014-08-28 10:40 ` Pascal Ouyang
0 siblings, 1 reply; 2+ messages in thread
From: Zhenhua Luo @ 2014-07-24 12:20 UTC (permalink / raw)
To: yocto
* CONFIG_SECURITY=y
* CONFIG_SECURITYFS=y
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-kernel/linux/linux-yocto/selinux.cfg | 2 ++
1 file changed, 2 insertions(+)
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
CONFIG_JFS_SECURITY=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_JFFS2_FS_SECURITY=y
+CONFIG_SECURITY=y
+CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-selinux][PATCH] Enable two options to ensure selinux can boot up
2014-07-24 12:20 [meta-selinux][PATCH] Enable two options to ensure selinux can boot up Zhenhua Luo
@ 2014-08-28 10:40 ` Pascal Ouyang
0 siblings, 0 replies; 2+ messages in thread
From: Pascal Ouyang @ 2014-08-28 10:40 UTC (permalink / raw)
To: Zhenhua Luo, yocto
于 14-7-24 下午8:20, Zhenhua Luo 写道:
> * CONFIG_SECURITY=y
> * CONFIG_SECURITYFS=y
>
> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
> ---
> recipes-kernel/linux/linux-yocto/selinux.cfg | 2 ++
> 1 file changed, 2 insertions(+)
>
> 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
> CONFIG_JFS_SECURITY=y
> CONFIG_REISERFS_FS_SECURITY=y
> CONFIG_JFFS2_FS_SECURITY=y
> +CONFIG_SECURITY=y
> +CONFIG_SECURITYFS=y
> CONFIG_SECURITY_NETWORK=y
> CONFIG_SECURITY_SELINUX=y
> CONFIG_SECURITY_SELINUX_BOOTPARAM=y
>
Merged. Thanks :)
--
- Pascal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-28 10:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24 12:20 [meta-selinux][PATCH] Enable two options to ensure selinux can boot up Zhenhua Luo
2014-08-28 10:40 ` Pascal Ouyang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.