summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAditya Garg <gargaditya08@live.com>2022-10-27 10:01:43 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-12 11:58:56 +0100
commit2e4a088804c1268d2614c5c9b1eb5019129b8636 (patch)
treef68c9939b68cb37359fa11fd01e47bf27100248c /security
parentc49fb9b760d34cde062afcee0654e9e8f9e3286b (diff)
downloadlinux-2e4a088804c1268d2614c5c9b1eb5019129b8636.tar.gz
linux-2e4a088804c1268d2614c5c9b1eb5019129b8636.tar.bz2
linux-2e4a088804c1268d2614c5c9b1eb5019129b8636.zip
efi: Add iMac Pro 2017 to uefi skip cert quirk
commit 0be56a116220f9e5731a6609e66a11accfe8d8e2 upstream. The iMac Pro 2017 is also a T2 Mac. Thus add it to the list of uefi skip cert. Cc: stable@vger.kernel.org Fixes: 155ca952c7ca ("efi: Do not import certificates from UEFI Secure Boot for T2 Macs") Link: https://lore.kernel.org/linux-integrity/9D46D92F-1381-4F10-989C-1A12CD2FFDD8@live.com/ Signed-off-by: Aditya Garg <gargaditya08@live.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security')
-rw-r--r--security/integrity/platform_certs/load_uefi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/integrity/platform_certs/load_uefi.c b/security/integrity/platform_certs/load_uefi.c
index 185c609c6e38..d2f2c3936277 100644
--- a/security/integrity/platform_certs/load_uefi.c
+++ b/security/integrity/platform_certs/load_uefi.c
@@ -34,6 +34,7 @@ static const struct dmi_system_id uefi_skip_cert[] = {
{ UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacPro7,1") },
{ UEFI_QUIRK_SKIP_CERT("Apple Inc.", "iMac20,1") },
{ UEFI_QUIRK_SKIP_CERT("Apple Inc.", "iMac20,2") },
+ { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "iMacPro1,1") },
{ }
};