mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
OvmfPkg/EnrollDefaultKeys: do not check VendorKeys
AuthVariableLib behavior wrt VendorKeys changes depending on PcdRequireSelfSignedPk state. Given this is not security critical just skip the VendorKeys check in EnrollDefaultKeys Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
0a7ed7ed34
commit
75ea215310
1 changed files with 1 additions and 2 deletions
|
|
@ -851,8 +851,7 @@ ShellAppMain (
|
|||
PrintSettings (&Settings);
|
||||
|
||||
if ((Settings.SetupMode != 0) || (Settings.SecureBoot != 1) ||
|
||||
(Settings.SecureBootEnable != 1) || (Settings.CustomMode != 0) ||
|
||||
(Settings.VendorKeys != 0))
|
||||
(Settings.SecureBootEnable != 1) || (Settings.CustomMode != 0))
|
||||
{
|
||||
AsciiPrint ("error: unexpected\n");
|
||||
goto FreePkKek1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue