summaryrefslogtreecommitdiffstats
path: root/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-10-19 11:42:37 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-10-19 11:42:37 -0500
commita71ee103a729754519abc15fd58e6b258a89e58b (patch)
tree1aa3608ced5fcea00ec18c43e1cd3c2549f8683a /0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
parent9c8554e84a4b99387bada758dbbefcb106c0128e (diff)
downloadkernel-a71ee103a729754519abc15fd58e6b258a89e58b.tar.gz
kernel-a71ee103a729754519abc15fd58e6b258a89e58b.tar.xz
kernel-a71ee103a729754519abc15fd58e6b258a89e58b.zip
Linux v5.9.1
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch')
-rw-r--r--0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch b/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
index 3d262ba84..cf585439d 100644
--- a/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
+++ b/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch
@@ -18,7 +18,7 @@ Signed-off-by: Jeremy Cline <jcline@redhat.com>
2 files changed, 21 insertions(+)
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
-index 28d43754aeb6..19d57bfc12f9 100644
+index c9de4b36ca51..a1a012702915 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -18,6 +18,7 @@
@@ -29,7 +29,7 @@ index 28d43754aeb6..19d57bfc12f9 100644
#include <linux/usb/xhci-dbgp.h>
#include <uapi/linux/mount.h>
-@@ -1105,6 +1106,13 @@ void __init setup_arch(char **cmdline_p)
+@@ -1104,6 +1105,13 @@ void __init setup_arch(char **cmdline_p)
if (efi_enabled(EFI_BOOT))
efi_init();
@@ -68,5 +68,5 @@ index e84ddf484010..d0501353a4b9 100644
prompt "Kernel default lockdown mode"
default LOCK_DOWN_KERNEL_FORCE_NONE
--
-2.26.2
+2.28.0