From 4c49e1a1c331e5bf2e6a75bef3adfd95469fa2d9 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 1 Apr 2020 17:02:45 -0500 Subject: [PATCH] Fix typo in secureboot patch --- efi-secureboot.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi-secureboot.patch b/efi-secureboot.patch index b58d90bfc..931b90f44 100644 --- a/efi-secureboot.patch +++ b/efi-secureboot.patch @@ -22,7 +22,7 @@ index 9cd4455528e5..f79007bf439d 100644 #endif /* CONFIG_BPF_SYSCALL */ LSM_HOOK(int, 0, locked_down, enum lockdown_reason what) -+LSM_HOOK(int, 0, lock_kernel_down, const char *where, enum lockdown_reason level); ++LSM_HOOK(int, 0, lock_kernel_down, const char *where, enum lockdown_reason level) + #ifdef CONFIG_PERF_EVENTS