12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- // New packages also needs to be added in
- // https://salsa.debian.org/ftp-team/code-signing/-/blob/master/etc/debian-prod.yaml
- External-Signature-Requests {
- Sources {
- // src:fwupd: secure boot moved to src:fwupd-efi in bookworm.
- // This entry can be removed once bullseye is no longer supported.
- fwupd {
- Packages {
- "fwupd-amd64-signed-template";
- "fwupd-arm64-signed-template";
- "fwupd-armhf-signed-template";
- "fwupd-i386-signed-template";
- };
- Architectures {
- "amd64"; "arm64"; "armhf"; "i386";
- };
- };
- fwupd-efi {
- Packages {
- "fwupd-amd64-signed-template";
- "fwupd-arm64-signed-template";
- "fwupd-armhf-signed-template";
- "fwupd-i386-signed-template";
- };
- Architectures {
- "amd64"; "arm64"; "armhf"; "i386";
- };
- };
- fwupdate {
- Packages {
- "fwupdate-amd64-signed-template";
- "fwupdate-arm64-signed-template";
- "fwupdate-armhf-signed-template";
- "fwupdate-i386-signed-template";
- };
- Architectures {
- "amd64"; "arm64"; "armhf"; "i386";
- };
- };
- grub2 {
- Packages {
- "grub-efi-amd64-signed-template";
- "grub-efi-arm64-signed-template";
- "grub-efi-ia32-signed-template";
- };
- Architectures {
- "amd64"; "arm64"; "i386";
- };
- };
- linux {
- Packages {
- "linux-image-amd64-signed-template";
- "linux-image-arm64-signed-template";
- "linux-image-i386-signed-template";
- };
- Architectures {
- "amd64"; "arm64"; "i386";
- };
- };
- linux-6.1 {
- Packages {
- "linux-image-6.1-amd64-signed-template";
- "linux-image-6.1-arm64-signed-template";
- "linux-image-6.1-i386-signed-template";
- };
- Architectures {
- "amd64"; "arm64"; "i386";
- };
- };
- shim {
- Packages {
- "shim-helpers-amd64-signed-template";
- "shim-helpers-arm64-signed-template";
- "shim-helpers-i386-signed-template";
- };
- Architectures {
- "amd64"; "arm64"; "i386";
- };
- };
- };
- };
- Dinstall::AllowSourceOnlyNewKeys {
- "7CA15FBC7108FA0914F84F9D8B415188B74E3736";
- };
|