Lines Matching refs:shim_lock
4 Subject: [PATCH] shim_lock: Only skip loading shim_lock verifier with explicit
7 Commit 32ddc42c (efi: Only register shim_lock verifier if shim_lock
12 Under Secure Boot enforce loading shim_lock verifier. Allow skipping
13 shim_lock verifier if SecureBoot/MokSBState EFI variables indicate
16 Fixes: 132ddc42c (efi: Only register shim_lock verifier if shim_lock
41 boot and the shim. This functionality is provided by the shim_lock verifier. It
44 +enabled. The @samp{shim_lock} variable is set to @samp{y} when shim_lock verifier
46 +disable shim_lock by disabling shim verification with MokSbState UEFI variable
75 + /* shim_lock is missing, check if GRUB image is built with --disable-shim-lock. */
86 + /* Secure Boot is off. Do not load shim_lock. */
93 + grub_env_set ("shim_lock", "y");
94 + grub_env_export ("shim_lock");
119 + N_("disable shim_lock verifier"), 0 }, \
196 + {"disable-shim-lock", GRUB_INSTALL_OPTIONS_DISABLE_SHIM_LOCK, 0, 0, N_("disable shim_lock verifi…