summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJan Alexander Steffens2022-06-19 20:12:32 +0000
committerJan Alexander Steffens2022-06-19 20:12:32 +0000
commit5f3729800ffababd51df0ad56427a67369ef5f2d (patch)
tree15038e5c3ce7fa9397f57d5400bbe6dfc9300444 /config
parent2e8ca45bc9ae683df0be01551c466eb3b23e8bbc (diff)
downloadaur-5f3729800ffababd51df0ad56427a67369ef5f2d.tar.gz
FS#75102: Add integrity to LSM
This only initializes a cache which is used by IMA. So it does nothing useful. Still, we technically have the integrity LSM and this removes a footgun should IMA ever get enabled.
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 37b7984d1d9f..d714a9b0535c 100644
--- a/config
+++ b/config
@@ -10221,7 +10221,7 @@ CONFIG_INTEGRITY_AUDIT=y
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
CONFIG_DEFAULT_SECURITY_DAC=y
-CONFIG_LSM="landlock,lockdown,yama,bpf"
+CONFIG_LSM="landlock,lockdown,yama,integrity,bpf"
#
# Kernel hardening options