Fix typo in secureboot patch

This commit is contained in:
Justin M. Forbes 2020-04-01 17:02:45 -05:00
parent 163b626f29
commit 4c49e1a1c3
1 changed files with 1 additions and 1 deletions

View File

@ -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