grub/grub-core/commands/efi
Daniel Kiper 81072e718a efi: Add EFI shim lock verifier
This module provides shim lock verification for various kernels
if UEFI secure boot is enabled on a machine.

It is recommended to put this module into GRUB2 standalone image
(avoid putting iorw and memrw modules into it; they are disallowed
if UEFI secure boot is enabled). However, it is also possible to use
it as a normal module. Though such configurations are more fragile
and less secure due to various limitations.

If the module is loaded and UEFI secure boot is enabled then:
  - module itself cannot be unloaded (persistent module),
  - the iorw and memrw modules cannot be loaded,
  - if the iorw and memrw modules are loaded then
    machine boot is disabled,
  - GRUB2 defers modules and ACPI tables verification to
    other verifiers.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Ross Philipson <ross.philipson@oracle.com>
2020-09-21 13:46:34 -04:00
..
efifwsetup.c * grub-core/Makefile.core.def (efifwsetup): New module. 2012-09-08 09:40:24 +02:00
fixvideo.c Remove nested functions from PCI iterators. 2013-01-13 01:10:41 +00:00
getenv.c Fix hex representation of binary variable contents 2016-01-07 15:31:36 -08:00
loadbios.c verifiers: File type for fine-grained signature-verification controlling 2020-09-21 13:29:05 -04:00
lsefi.c Fix a segfault in lsefi 2020-09-21 11:32:45 -04:00
lsefimmap.c lsefimmap: support persistent memory and other UEFI 2.5 features 2015-12-17 21:00:44 +03:00
lsefisystab.c Add smbios command 2016-01-06 12:46:22 -08:00
lssal.c * grub-core/commands/efi/lssal.c: Fix terminating condition. 2013-12-11 15:59:12 +01:00
shim_lock.c efi: Add EFI shim lock verifier 2020-09-21 13:46:34 -04:00
smbios.c Add smbios command 2016-01-06 12:46:22 -08:00