aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/scripts/i386-kir.lds
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2022-01-13 14:10:03 +0000
committerMichael Brown <mcb30@ipxe.org>2022-01-13 14:12:44 +0000
commitf4f9adf618cd85d330a896e1f721f3aa78d2409d (patch)
tree92cf1a5ad3ac644c8ebfc66213f42ecba973047b /src/arch/i386/scripts/i386-kir.lds
parentfbbdc39260cf37aa749e897e773f59807d1b8362 (diff)
downloadipxe-sbat.tar.gz
[efi] Include Secure Boot Advanced Targeting (SBAT) metadatasbat
SBAT defines an encoding for security generation numbers stored as a CSV file within a special ".sbat" section in the signed binary. If a Secure Boot exploit is discovered then the generation number will be incremented alongside the corresponding fix. Platforms may then record the minimum generation number required for any given product. This allows for an efficient revocation mechanism that consumes minimal flash storage space (in contrast to the DBX mechanism, which allows for only a single-digit number of revocation events to ever take place across all possible signed binaries). Add SBAT metadata to iPXE EFI binaries to support this mechanism. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386/scripts/i386-kir.lds')
-rw-r--r--src/arch/i386/scripts/i386-kir.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/scripts/i386-kir.lds b/src/arch/i386/scripts/i386-kir.lds
index 66bf804e6..13c36f2bf 100644
--- a/src/arch/i386/scripts/i386-kir.lds
+++ b/src/arch/i386/scripts/i386-kir.lds
@@ -136,6 +136,8 @@ SECTIONS {
*(.note.*)
*(.discard)
*(.discard.*)
+ *(.sbat)
+ *(.sbat.*)
}
/*