feat(secure-boot): add support for SBAT section

This commit is contained in:
2025-10-31 15:49:00 -04:00
parent bbc8f58352
commit 4866961d2f
4 changed files with 70 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ pub mod integrations;
/// phases: Hooks into specific parts of the boot process.
pub mod phases;
/// sbat: Secure Boot Attestation section.
pub mod sbat;
/// secure: Secure Boot support.
pub mod secure;