]> git.ipfire.org Git - thirdparty/dracut.git/commit
feat(qemu): add efi_secret driver
authorCole Robinson <crobinso@redhat.com>
Fri, 4 Nov 2022 20:46:41 +0000 (16:46 -0400)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 5 Nov 2022 20:22:44 +0000 (16:22 -0400)
commit8194f72af2e9b6ab3cdb01412381023b0a58c852
tree65b62161f56fe41a5bfca5d74792ee75456eca2d
parent415e5519d19e24d123378710abe47a2df2b22e7b
feat(qemu): add efi_secret driver

Despite the generic name, the only current use of the `efi_secret`
is exposing data in /sys that's been injected into a SEV/SEV-ES
virtual machine. More info:

https://docs.kernel.org/security/secrets/coco.html

This secret is probably a luks password, so we need this driver at
boot time.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
modules.d/90qemu/module-setup.sh