summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2021-08-13 12:01:44 +0200
committerWolfgang Müller2021-08-13 12:01:44 +0200
commitbeca23fc675ee811c2c6191093b331cf2bbd549d (patch)
tree79915ab6e3509361aa60534434f0f33b2b271f00
parent0fc0ca6b19dba33e947f09e5056706c3c3616b07 (diff)
downloadkernfrag-beca23fc675ee811c2c6191093b331cf2bbd549d.tar.gz
fragments: Enable CONFIG_SECURITY
An upcoming commit updates to the latest KSP recommendations and requires this particular setting as a direct dependency for CONFIG_SECURITY_YAMA.
-rw-r--r--fragments/base/security2
1 files changed, 2 insertions, 0 deletions
diff --git a/fragments/base/security b/fragments/base/security
index 54f4997..af71cb1 100644
--- a/fragments/base/security
+++ b/fragments/base/security
@@ -1,3 +1,5 @@
+CONFIG_SECURITY=y
+
CONFIG_GCC_PLUGINS=y
CONFIG_GCC_PLUGIN_STRUCTLEAK=y
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y