mirror of
https://github.com/ipxe/ipxe
synced 2026-02-03 22:49:29 +03:00
[build] Mark known reviewed files as permitted for UEFI Secure Boot
Some past security reviews carried out for UEFI Secure Boot signing submissions have covered specific drivers or functional areas of iPXE. Mark all of the files comprising these areas as permitted for UEFI Secure Boot. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define __XEN_PUBLIC_ARCH_X86_XEN_X86_64_H__
|
||||
|
||||
FILE_LICENCE ( MIT );
|
||||
FILE_SECBOOT ( PERMITTED );
|
||||
|
||||
/*
|
||||
* Hypercall interface:
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#define __XEN_PUBLIC_ARCH_X86_XEN_H__
|
||||
|
||||
FILE_LICENCE ( MIT );
|
||||
FILE_SECBOOT ( PERMITTED );
|
||||
|
||||
/* Structural guest handles introduced in 0x00030201. */
|
||||
#if __XEN_INTERFACE_VERSION__ >= 0x00030201
|
||||
|
||||
Reference in New Issue
Block a user