diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-06-11 08:50:40 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-06-11 08:50:40 -0500 |
commit | 15597c8e3d1bfb46f4730898ee81da3e2aa88a4c (patch) | |
tree | c8666c038b0f85bfae94eaad1829151fbb3afedb /efi-secureboot.patch | |
parent | c67a8690e4dff2b57863c92c6420e3443ba40f4d (diff) | |
download | kernel-15597c8e3d1bfb46f4730898ee81da3e2aa88a4c.tar.gz kernel-15597c8e3d1bfb46f4730898ee81da3e2aa88a4c.tar.xz kernel-15597c8e3d1bfb46f4730898ee81da3e2aa88a4c.zip |
config updates and fix typo in secureboot patch
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r-- | efi-secureboot.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch index 478938b41..c57037623 100644 --- a/efi-secureboot.patch +++ b/efi-secureboot.patch @@ -302,7 +302,7 @@ index 2c6b00f0c229..527f7e51dc8d 100644 #endif +#ifdef CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT + if (efi_enabled(EFI_SECURE_BOOT)) -+ ock_kernel_down("EFI secure boot"); ++ lock_kernel_down("EFI secure boot"); +#endif } |