[linux] 06/13: integrity: Enable INTEGRITY_SIGNATURE, INTEGRITY_ASYMMETRIC_KEYS (Closes: #869565)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Aug 12 22:09:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 5df992ba4d209562ee401f94b7d49682d81886dc
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Aug 12 22:09:48 2017 +0100

    integrity: Enable INTEGRITY_SIGNATURE, INTEGRITY_ASYMMETRIC_KEYS (Closes: #869565)
---
 debian/changelog     | 2 ++
 debian/config/config | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e3cc4c0..a17fe47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,8 @@ linux (4.12.6-1) UNRELEASED; urgency=medium
   * rtlwifi: Fix memory leak when firmware request fails
   * rtlwifi: Fix fallback firmware loading (Closes: #869084)
   * [arm64] video: Enable FRAMEBUFFER_CONSOLE (Closes: #870071)
+  * integrity: Enable INTEGRITY_SIGNATURE, INTEGRITY_ASYMMETRIC_KEYS
+    (Closes: #869565)
 
   [ Salvatore Bonaccorso ]
   * packet: fix tp_reserve race in packet_set_ring (CVE-2017-1000111)
diff --git a/debian/config/config b/debian/config/config
index 632d3b4..0289bda 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -7091,7 +7091,8 @@ CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
 ## file: security/integrity/Kconfig
 ##
 CONFIG_INTEGRITY=y
-# CONFIG_INTEGRITY_SIGNATURE is not set
+CONFIG_INTEGRITY_SIGNATURE=y
+CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y
 CONFIG_INTEGRITY_AUDIT=y
 
 ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list