]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: use separate SBAT project names for stub and boot
authorLuca Boccassi <bluca@debian.org>
Sat, 16 Sep 2023 23:55:55 +0000 (00:55 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Sep 2023 13:57:14 +0000 (15:57 +0200)
commitc9bebec872bd4a2c68a9d4d39058b6097621066b
tree3b2feea04d13544e3e6bf551424d333598d97cc8
parent33ec8d76105c824c9559a1ae5ffac97af2fa8088
boot: use separate SBAT project names for stub and boot

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.
src/boot/efi/boot.c
src/boot/efi/secure-boot.c
src/boot/efi/stub.c
src/fundamental/macro-fundamental.h
src/fundamental/sbat.h
src/test/test-sbat.c