summaryrefslogtreecommitdiffstats
path: root/s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.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-23 14:19:30 -0400
commite2478b02d5f24647141c9e859b28d20cce8ef675 (patch)
tree1927bfd8abd605b2129d8f58e70162e106eb7010 /s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
parent7913c4b445b93187f96c95e560ba3e7d859af8f4 (diff)
downloadkernel-e2478b02d5f24647141c9e859b28d20cce8ef675.tar.gz
kernel-e2478b02d5f24647141c9e859b28d20cce8ef675.tar.xz
kernel-e2478b02d5f24647141c9e859b28d20cce8ef675.zip
Switch Secure Boot to lock down in integrity mode (rhbz 1815571)
Diffstat (limited to 's390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch')
-rw-r--r--s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch b/s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
index 0779418b4..70e3f76a8 100644
--- a/s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
+++ b/s390-Lock-down-the-kernel-when-the-IPL-secure-flag-i.patch
@@ -3,7 +3,7 @@ From: Jeremy Cline <jcline@redhat.com>
Date: Wed, 30 Oct 2019 14:37:49 +0000
Subject: [PATCH] s390: Lock down the kernel when the IPL secure flag is set
-Automatically lock down the kernel to LOCKDOWN_CONFIDENTIALITY_MAX if
+Automatically lock down the kernel to LOCKDOWN_INTEGRITY_MAX if
the IPL secure flag is set.
Suggested-by: Philipp Rudo <prudo@redhat.com>
@@ -56,7 +56,7 @@ index 9cbf490fd162..0510ecdfc3f6 100644
log_component_list();
+ if (ipl_get_secureboot())
-+ security_lock_kernel_down("Secure IPL mode", LOCKDOWN_CONFIDENTIALITY_MAX);
++ security_lock_kernel_down("Secure IPL mode", LOCKDOWN_INTEGRITY_MAX);
+
/* Have one command line that is parsed and saved in /proc/cmdline */
/* boot_command_line has been already set up in early.c */