mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 06:40:12 +00:00 
			
		
		
		
	|  468a5699b2 There are some more commands that should be restricted when the GRUB is
locked down. Following is the list of commands and reasons to restrict:
  * fakebios:   creates BIOS-like structures for backward compatibility with
                existing OSes. This should not be allowed when locked down.
  * loadbios:   reads a BIOS dump from storage and loads it. This action
                should not be allowed when locked down.
  * devicetree: loads a Device Tree blob and passes it to the OS. It replaces
                any Device Tree provided by the firmware. This also should
                not be allowed when locked down.
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> | ||
|---|---|---|
| .. | ||
| efifwsetup.c | ||
| fixvideo.c | ||
| loadbios.c | ||
| lsefi.c | ||
| lsefimmap.c | ||
| lsefisystab.c | ||
| lssal.c | ||
| smbios.c | ||
| tpm.c | ||