From e31dc79d40ae482404805c13972c25b038713f58 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 27 Jan 2026 16:39:40 +0000 Subject: [PATCH] [build] Mark EFI SNP/MNP driver wrappers as permitted for UEFI Secure Boot The EFI SNP/MNP driver wrapper is a trivial layer that exists only to allow for the separation of "snponly.efi" as a build target. Review this trivial wrapper and mark it as permitted for UEFI Secure Boot. Signed-off-by: Michael Brown --- src/drivers/net/efi/mnp.c | 1 + src/drivers/net/efi/snp.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/drivers/net/efi/mnp.c b/src/drivers/net/efi/mnp.c index 212c712df..c4a950d5e 100644 --- a/src/drivers/net/efi/mnp.c +++ b/src/drivers/net/efi/mnp.c @@ -22,6 +22,7 @@ */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); +FILE_SECBOOT ( PERMITTED ); /** @file * diff --git a/src/drivers/net/efi/snp.c b/src/drivers/net/efi/snp.c index 854fa872d..a28a7bdfb 100644 --- a/src/drivers/net/efi/snp.c +++ b/src/drivers/net/efi/snp.c @@ -22,6 +22,7 @@ */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); +FILE_SECBOOT ( PERMITTED ); #include #include