Skip to content

Commit 6f4f56e

Browse files
committed
[WIP] Enable dm-verity roothash signature
1 parent 21e1609 commit 6f4f56e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-6.12.47.ebuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ src_prepare() {
6464
validate_sig_key
6565

6666
config_update 'CONFIG_INITRAMFS_SOURCE="bootengine.cpio"'
67+
config_update "CONFIG_SYSTEM_TRUSTED_KEYS=\"/usr/share/sb_keys/shim.pem\""
6768

6869
# include all intel and amd microcode files, avoiding the signatures
6970
local fw_dir="${ESYSROOT}/lib/firmware"

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ CONFIG_DM_SNAPSHOT=m
167167
CONFIG_DM_THIN_PROVISIONING=m
168168
CONFIG_DM_UEVENT=y
169169
CONFIG_DM_VERITY=m
170+
CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y
170171
CONFIG_DM_ZERO=m
171172
CONFIG_DNS_RESOLVER=y
172173
CONFIG_DRM=m

0 commit comments

Comments
 (0)