Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: fix build without SBAT_DISTRO | Luca Boccassi | 2023-11-06 | 1 | -1/+2 |
| | | | | Follow-up for c9bebec872 | ||||
* | boot: use separate SBAT project names for stub and boot | Luca Boccassi | 2023-09-19 | 1 | -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 table | Zbigniew Jędrzejewski-Szmek | 2022-05-17 | 1 | -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. |