summaryrefslogtreecommitdiffstats
path: root/efi-secureboot.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2018-06-11 08:50:40 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2018-06-11 08:50:40 -0500
commit15597c8e3d1bfb46f4730898ee81da3e2aa88a4c (patch)
treec8666c038b0f85bfae94eaad1829151fbb3afedb /efi-secureboot.patch
parentc67a8690e4dff2b57863c92c6420e3443ba40f4d (diff)
downloadkernel-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.patch2
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
}