aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2021-08-09 16:47:47 +0200
committerBastian Blank <waldi@debian.org>2021-08-09 16:48:01 +0200
commit6e679322d7d98d30b4a8a3d1b659c899a6e9d4df (patch)
treeef79e4b056417b4e7414a69ab302fee31b8e04fa
parent173fec4d952e14ab6147a9fb7a7a1a3f63f4a335 (diff)
downloadkernel_replicant_linux-6e679322d7d98d30b4a8a3d1b659c899a6e9d4df.tar.gz
kernel_replicant_linux-6e679322d7d98d30b4a8a3d1b659c899a6e9d4df.tar.bz2
kernel_replicant_linux-6e679322d7d98d30b4a8a3d1b659c899a6e9d4df.zip
Re-enable IMA
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config3
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7e842f20107a..45ef2b7ee624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ linux (5.13.9-1~exp1) UNRELEASED; urgency=medium
* Specify trusted certs file in package config.
* Enable PROC_VMCORE.
* Enable SECURITYFS.
+ * Re-enable IMA. (closes: #972459)
-- Bastian Blank <waldi@debian.org> Thu, 27 May 2021 12:25:51 +0200
diff --git a/debian/config/config b/debian/config/config
index fd55ef5faace..69b43703ef5b 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -7717,8 +7717,7 @@ CONFIG_INTEGRITY_AUDIT=y
##
## file: security/integrity/ima/Kconfig
##
-#. IMA + MODULE_SIG currently breaks module loading with finit_module()
-# CONFIG_IMA is not set
+CONFIG_IMA=y
## choice: Default integrity hash algorithm
# CONFIG_IMA_DEFAULT_HASH_SHA1 is not set
CONFIG_IMA_DEFAULT_HASH_SHA256=y