From: Lenny Szubowicz <[email protected]> redhat/configs: Enable CONFIG_EFI_SECRET module
Enable the efi_secret module to provide the contents of the EFI configuration table containing confidential computing (coco) secrets via /sys/kernel/security/secrets/coco/. CONFIG_EFI_SECRET depends on CONFIG_EFI_COCO_SECRETS, which is similarly defined. However, drivers/virt/coco/efi_secret/Kconfig currently effectively limits CONFIG_EFI_SECRET to X86_64. Signed-off-by: Lenny Szubowicz <[email protected]> diff --git a/redhat/configs/common/generic/CONFIG_EFI_SECRET b/redhat/configs/common/generic/CONFIG_EFI_SECRET new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_EFI_SECRET @@ -0,0 +1 @@ +CONFIG_EFI_SECRET=m -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2124 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
