stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] efi: Add iMac Pro 2017 to uefi skip cert quirk
@ 2022-10-27 10:01 Aditya Garg
  2022-11-01 11:57 ` Mimi Zohar
  0 siblings, 1 reply; 4+ messages in thread
From: Aditya Garg @ 2022-10-27 10:01 UTC (permalink / raw)
  To: zohar, chyishian.jiang, linux-kernel, jarkko, dmitry.kasatkin,
	paul, jmorris, serge, linux-integrity, keyrings,
	linux-security-module
  Cc: stable, Orlando Chamberlain

From: Aditya Garg <gargaditya08@live.com>

The iMac Pro 2017 is also a T2 Mac. Thus add it to the list of uefi skip cert.

Cc: stable@vger.kernel.org
Signed-off-by: Aditya Garg <gargaditya08@live.com>
---
 security/integrity/platform_certs/load_uefi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/integrity/platform_certs/load_uefi.c b/security/integrity/platform_certs/load_uefi.c
index b78753d27d8ea6..d1fdd113450a63 100644
--- a/security/integrity/platform_certs/load_uefi.c
+++ b/security/integrity/platform_certs/load_uefi.c
@@ -35,6 +35,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") },
 	{ }
 };
 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-01 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 10:01 [PATCH] efi: Add iMac Pro 2017 to uefi skip cert quirk Aditya Garg
2022-11-01 11:57 ` Mimi Zohar
2022-11-01 14:06   ` Aditya Garg
2022-11-01 21:07     ` Mimi Zohar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).