diff options
author | Sentry <sentry@Sentry-Desktop-Fedora.local> | 2020-11-16 21:02:53 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-12-05 19:40:07 +0100 |
commit | bdb83850ca3fcc4556f87e44b0796f0dd6b6d55b (patch) | |
tree | 767930d0f90d9af79befd63c9cc51d52b79155dc /SOURCES/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch | |
parent | 2323591ec35bad9ae5469f48a5bb697254f97459 (diff) | |
download | kernel-fsync-bdb83850ca3fcc4556f87e44b0796f0dd6b6d55b.tar.gz kernel-fsync-bdb83850ca3fcc4556f87e44b0796f0dd6b6d55b.zip |
Linux v5.9.8
Diffstat (limited to 'SOURCES/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch')
-rw-r--r-- | SOURCES/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SOURCES/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch b/SOURCES/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch index 3d262ba..cf58543 100644 --- a/SOURCES/0001-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mo.patch +++ b/SOURCES/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 |