summaryrefslogtreecommitdiffstats
path: root/efi-secureboot.patch
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2020-03-20 17:56:53 -0400
committerJeremy Cline <jcline@redhat.com>2020-03-20 18:02:59 -0400
commitc5fe8f96488ec3ad2da21e5c0480cbb2de0f562e (patch)
tree25960759d0ee9f9bf7bce678f30a37e13501f616 /efi-secureboot.patch
parenta723b3453a36386100c9d297aa9f402f8c08a526 (diff)
downloadkernel-c5fe8f96488ec3ad2da21e5c0480cbb2de0f562e.tar.gz
kernel-c5fe8f96488ec3ad2da21e5c0480cbb2de0f562e.tar.xz
kernel-c5fe8f96488ec3ad2da21e5c0480cbb2de0f562e.zip
Switch Secure Boot to lock down in integrity mode (rhbz 1815571)
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r--efi-secureboot.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch
index cda57a471..227805e8c 100644
--- a/efi-secureboot.patch
+++ b/efi-secureboot.patch
@@ -303,7 +303,7 @@ index 77ea96b794bd..a119e1bc9623 100644
+
+#ifdef CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT
+ if (efi_enabled(EFI_SECURE_BOOT))
-+ security_lock_kernel_down("EFI Secure Boot mode", LOCKDOWN_CONFIDENTIALITY_MAX);
++ security_lock_kernel_down("EFI Secure Boot mode", LOCKDOWN_INTEGRITY_MAX);
+#endif
+
dmi_setup();