Fix typo in secureboot patch
This commit is contained in:
parent
163b626f29
commit
4c49e1a1c3
@ -22,7 +22,7 @@ index 9cd4455528e5..f79007bf439d 100644
|
|||||||
#endif /* CONFIG_BPF_SYSCALL */
|
#endif /* CONFIG_BPF_SYSCALL */
|
||||||
|
|
||||||
LSM_HOOK(int, 0, locked_down, enum lockdown_reason what)
|
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
|
#ifdef CONFIG_PERF_EVENTS
|
||||||
|
Loading…
Reference in New Issue
Block a user