integrity: Enable INTEGRITY_SIGNATURE, INTEGRITY_ASYMMETRIC_KEYS (Closes: #869565)

This commit is contained in:
Ben Hutchings 2017-08-12 22:09:48 +01:00
parent 1087d11fd6
commit 5df992ba4d
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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)

View File

@ -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
##