[SRU][L][PATCH 1/1] UBUNTU: [Config]: Enable CONFIG_KEXEC_IMAGE_VERIFY_SIG
Chengen Du
chengen.du at canonical.com
Fri Aug 25 06:19:22 UTC 2023
This option enables support for kexec image signature verification,
allowing signed kernels to be loaded via the kexec_file_load system
call.
Signed-off-by: Chengen Du <chengen.du at canonical.com>
---
debian.master/config/annotations | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 31a7213c6b84..b9217933c8b1 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -6772,7 +6772,7 @@ CONFIG_KEXEC policy<{'amd64': 'y', 'arm64': '
CONFIG_KEXEC_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
CONFIG_KEXEC_ELF policy<{'ppc64el': 'y', 'riscv64': 'y'}>
CONFIG_KEXEC_FILE policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
-CONFIG_KEXEC_IMAGE_VERIFY_SIG policy<{'arm64': 'n'}>
+CONFIG_KEXEC_IMAGE_VERIFY_SIG policy<{'arm64': 'y'}>
CONFIG_KEXEC_JUMP policy<{'amd64': 'y'}>
CONFIG_KEXEC_SIG policy<{'amd64': 'y', 'arm64': 'y', 's390x': 'y'}>
CONFIG_KEXEC_SIG_FORCE policy<{'amd64': 'n'}>
--
2.39.2
More information about the kernel-team
mailing list