mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
verity: enable CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG
New option in 5.4, allows dm-verity volumes to be optionally verified by pkcs7 signatures.
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -132,6 +132,9 @@ linux (5.4.2-1~exp1) UNRELEASED; urgency=medium
|
||||
[ Aurelien Jarno]
|
||||
* [ppc64el] Fix building libbpf with recent binutils versions (fixes FTBFS).
|
||||
|
||||
[ Luca Boccassi ]
|
||||
* verity: enable CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG
|
||||
|
||||
-- Ben Hutchings <ben@decadent.org.uk> Thu, 28 Nov 2019 03:55:10 +0000
|
||||
|
||||
linux (5.4-1~exp1) experimental; urgency=medium
|
||||
|
||||
1
debian/config/config
vendored
1
debian/config/config
vendored
@@ -1913,6 +1913,7 @@ CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_UEVENT=y
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_VERITY=m
|
||||
CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y
|
||||
# CONFIG_DM_VERITY_FEC is not set
|
||||
CONFIG_DM_SWITCH=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
|
||||
Reference in New Issue
Block a user