mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
[build] Mark GDB stub as forbidden for UEFI Secure Boot
Enabling the GDB debugger functionality would provide an immediate and trivial Secure Boot exploit. Mark all GDB-related files as explicitly forbidden for UEFI Secure Boot. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
FILE_SECBOOT ( FORBIDDEN );
|
||||
|
||||
/*
|
||||
* Interrupt handlers for GDB stub
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user