summaryrefslogtreecommitdiffstats
path: root/src/test/test-sbat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test-sbat: separate the two sbat sectionsZbigniew Jędrzejewski-Szmek2024-10-301-5/+14
|
* test: fix build without SBAT_DISTROLuca Boccassi2023-11-061-1/+2
| | | | Follow-up for c9bebec872
* boot: use separate SBAT project names for stub and bootLuca Boccassi2023-09-191-1/+3
| | | | | | The implementations are not 100% overlapping, so use different identifiers, so that revocations can be done independently. e.g.: a bug that affects only sd-boot won't necessarily cause old UKIs to be revoked.
* Add a "test" that prints the SBAT tableZbigniew Jędrzejewski-Szmek2022-05-171-0/+23
The SBAT section was included in a special section in the EFI code, but the contents weren't directly visible in any way. Let's add a "test" that prints them for visual inspection. If there's some external linter for this format, we could hook it up in the future.