]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Mark more reviewed files as permitted for UEFI Secure Boot
authorMichael Brown <mcb30@ipxe.org>
Wed, 14 Jan 2026 22:37:05 +0000 (22:37 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 14 Jan 2026 22:51:04 +0000 (22:51 +0000)
Mark dynamic keyboard map support and the "pciscan", "usbscan", and
"time" commands as permitted for UEFI Secure Boot, on the basis that
these features have previously been present in binaries signed by
Microsoft.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/dynkeymap.c
src/hci/commands/pci_cmd.c
src/hci/commands/time_cmd.c
src/hci/commands/usb_cmd.c

index 2f7c49937c6b5f4aed048026a15ce1e81bb1bfc8..fa9d3cb0f7ca2b7abb410ec7eb784a9e71f2d694 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /** @file
  *
index 0b54902fb724af96f0bd8715cc6a47416f715878..2e9505752a7250e931daf8c897efb7c1d7c559cc 100644 (file)
@@ -30,6 +30,7 @@
 #include <ipxe/parseopt.h>
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /** @file
  *
index aba080792e9f33b2226bb3e44b9d6fd93632a25c..2199321c7f1d2b7203b015b3ee8b0bbb8c576648 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 FILE_LICENCE ( GPL2_OR_LATER );
+FILE_SECBOOT ( PERMITTED );
 
 #include <stdio.h>
 #include <stdlib.h>
index 2e3a823718591eb3131e3c2b9fcecd2dfa4e725a..17affc0d7fcf11bc280bfd1a519d3473dc6e6360 100644 (file)
@@ -30,6 +30,7 @@
 #include <ipxe/parseopt.h>
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
 
 /** @file
  *