mirror of
https://github.com/ipxe/ipxe
synced 2026-05-20 05:09:59 +03:00
adcaaf9b93
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>
18 lines
265 B
C
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 */
|