bootctl: Add --secure-boot-auto-enroll
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 31 Oct 2024 22:33:36 +0000 (23:33 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 3 Nov 2024 09:46:17 +0000 (10:46 +0100)
commita07864a4fe8c7330ca0ccdc0213ee8e4f7e3721e
tree2aa1779ac0bf55b9521f3753977faffca2fa5f30
parenteac5336c27e2c8a0024fedcde87f9bb26dec49aa
bootctl: Add --secure-boot-auto-enroll

When specified, bootctl install will also set up secure boot
auto-enrollment. For now, We sign all variables using the same
certificate and key pair.
man/bootctl.xml
src/basic/efivars.h
src/basic/utf8.c
src/basic/utf8.h
src/boot/bootctl-install.c
src/boot/bootctl.c
src/boot/bootctl.h
src/boot/meson.build
src/fundamental/efi-fundamental.h
test/TEST-74-AUX-UTILS/test.sh
test/units/TEST-74-AUX-UTILS.bootctl.sh