summaryrefslogtreecommitdiffstats
path: root/0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-01-07 15:09:43 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-01-07 15:09:43 -0600
commitcc1db7f34788e8832189b25ed2cc2798435b06bf (patch)
treef44845e92a659bf090fe90a4a33b4e17b664a734 /0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch
parent27b219978f2ee5510ebb06032f6763ca3c0ba7ad (diff)
downloadkernel-cc1db7f34788e8832189b25ed2cc2798435b06bf.tar.gz
kernel-cc1db7f34788e8832189b25ed2cc2798435b06bf.tar.xz
kernel-cc1db7f34788e8832189b25ed2cc2798435b06bf.zip
Updates for secure boot
Diffstat (limited to '0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch')
-rw-r--r--0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch b/0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch
index abb313a29..ec107ba09 100644
--- a/0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch
+++ b/0003-Make-get_cert_list-use-efi_status_to_str-to-print-er.patch
@@ -6,13 +6,13 @@ Subject: [PATCH 3/3] Make get_cert_list() use efi_status_to_str() to print
Signed-off-by: Peter Jones <pjones@redhat.com>
---
- certs/load_uefi.c | 6 ++++--
+ security/integrity/platform_certs/load_uefi.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
-diff --git a/certs/load_uefi.c b/certs/load_uefi.c
+diff --git a/security/integrity/platform_certs/load_uefi.c b/security/integrity/platform_certs/load_uefi.c
index 9ef34c44fd1..13a2826715d 100644
---- a/certs/load_uefi.c
-+++ b/certs/load_uefi.c
+--- a/security/integrity/platform_certs/load_uefi.c
++++ b/security/integrity/platform_certs/load_uefi.c
@@ -51,7 +51,8 @@ static __init int get_cert_list(efi_char16_t *name, efi_guid_t *guid,
}