From 184dc8bb256f4d33b7a877aaeae15837b904b8f1 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 21 Feb 2018 13:18:37 -0500 Subject: meta-integrity: Ensure that we have CONFIG_SECURITY enabled in the kernel To make it easier to use this layer with various BSP layers we need to ensure that we set CONFIG_SECURITY=y as that is in turn required by the rest of our features, except for CONFIG_SECURITYFS Signed-off-by: Tom Rini --- meta-integrity/recipes-kernel/linux/linux-yocto/integrity.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-integrity/recipes-kernel/linux/linux-yocto/integrity.cfg b/meta-integrity/recipes-kernel/linux/linux-yocto/integrity.cfg index 9dc1ca8..b475855 100644 --- a/meta-integrity/recipes-kernel/linux/linux-yocto/integrity.cfg +++ b/meta-integrity/recipes-kernel/linux/linux-yocto/integrity.cfg @@ -1,3 +1,4 @@ +CONFIG_SECURITY=y CONFIG_SECURITYFS=y CONFIG_AUDIT=y CONFIG_INTEGRITY=y -- cgit v1.2.3-54-g00ecf