Files
ipxe/src/config/entropy.h
T
Michael Brown adcaaf9b93 [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>
2026-01-14 16:10:29 +00:00

18 lines
265 B
C

#ifndef CONFIG_ENTROPY_H
#define CONFIG_ENTROPY_H
/** @file
*
* Entropy API configuration
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#include <config/defaults.h>
#include <config/local/entropy.h>
#endif /* CONFIG_ENTROPY_H */