diff options
| author | Michael Brown | 2026-01-14 15:36:49 +0100 |
|---|---|---|
| committer | Michael Brown | 2026-01-14 17:10:29 +0100 |
| commit | adcaaf9b93f9de14ba93bea54aecef103fe16b5f (patch) | |
| tree | 8ea20f8723e23bd37474f5cd048d01b88efc5104 /src/include/xen/arch-x86 | |
| parent | [build] Mark core files as permitted for UEFI Secure Boot (diff) | |
| download | ipxe-adcaaf9b93f9de14ba93bea54aecef103fe16b5f.tar.gz ipxe-adcaaf9b93f9de14ba93bea54aecef103fe16b5f.tar.xz ipxe-adcaaf9b93f9de14ba93bea54aecef103fe16b5f.zip | |
[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>
Diffstat (limited to 'src/include/xen/arch-x86')
| -rw-r--r-- | src/include/xen/arch-x86/xen-x86_64.h | 1 | ||||
| -rw-r--r-- | src/include/xen/arch-x86/xen.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/xen/arch-x86/xen-x86_64.h b/src/include/xen/arch-x86/xen-x86_64.h index 8287fd20f..618bf07d7 100644 --- a/src/include/xen/arch-x86/xen-x86_64.h +++ b/src/include/xen/arch-x86/xen-x86_64.h @@ -11,6 +11,7 @@ #define __XEN_PUBLIC_ARCH_X86_XEN_X86_64_H__ FILE_LICENCE ( MIT ); +FILE_SECBOOT ( PERMITTED ); /* * Hypercall interface: diff --git a/src/include/xen/arch-x86/xen.h b/src/include/xen/arch-x86/xen.h index 2b7afb2f4..7df850650 100644 --- a/src/include/xen/arch-x86/xen.h +++ b/src/include/xen/arch-x86/xen.h @@ -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 |
