diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-04-15 18:32:06 +0000 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-04-15 18:43:41 +0000 |
commit | 26a34633c2422f69b78c719c2f45d2fcb946a080 (patch) | |
tree | ee8cd679f0e51bfea02798833d9fc0f135a23ace /efi-secureboot.patch | |
parent | 5ea5759ddadaae43ac55fc912c3b8e9f55b8b5d1 (diff) | |
download | kernel-26a34633c2422f69b78c719c2f45d2fcb946a080.tar.gz kernel-26a34633c2422f69b78c719c2f45d2fcb946a080.tar.xz kernel-26a34633c2422f69b78c719c2f45d2fcb946a080.zip |
Fix up the kexec IMA 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 102da06af..99b6f25dd 100644 --- a/efi-secureboot.patch +++ b/efi-secureboot.patch @@ -198,7 +198,7 @@ index adeee6329f55..27a54ec878bd 100644 + efi_set_secure_boot(boot_params.secure_boot); + -+ init_lockdown() ++ init_lockdown(); + dmi_scan_machine(); dmi_memdev_walk(); |