summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-02-21 13:18:37 -0500
committerJia Zhang <zhang.jia@linux.alibaba.com>2018-02-22 09:12:30 +0800
commit184dc8bb256f4d33b7a877aaeae15837b904b8f1 (patch)
treeeeba53911a5c3a7550c65e914a95f097e9bee4d0
parent365a400ed9934977aa11a98cf8936d73a1bbd5ce (diff)
downloadmeta-secure-core-184dc8bb256f4d33b7a877aaeae15837b904b8f1.tar.gz
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 <trini@konsulko.com>
-rw-r--r--meta-integrity/recipes-kernel/linux/linux-yocto/integrity.cfg1
1 files changed, 1 insertions, 0 deletions
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 @@
1CONFIG_SECURITY=y
1CONFIG_SECURITYFS=y 2CONFIG_SECURITYFS=y
2CONFIG_AUDIT=y 3CONFIG_AUDIT=y
3CONFIG_INTEGRITY=y 4CONFIG_INTEGRITY=y