external-signatures.conf 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. // New packages also needs to be added in
  2. // https://salsa.debian.org/ftp-team/code-signing/-/blob/master/etc/debian-prod.yaml
  3. External-Signature-Requests {
  4. Sources {
  5. // src:fwupd: secure boot moved to src:fwupd-efi in bookworm.
  6. // This entry can be removed once bullseye is no longer supported.
  7. fwupd {
  8. Packages {
  9. "fwupd-amd64-signed-template";
  10. "fwupd-arm64-signed-template";
  11. "fwupd-armhf-signed-template";
  12. "fwupd-i386-signed-template";
  13. };
  14. Architectures {
  15. "amd64"; "arm64"; "armhf"; "i386";
  16. };
  17. };
  18. fwupd-efi {
  19. Packages {
  20. "fwupd-amd64-signed-template";
  21. "fwupd-arm64-signed-template";
  22. "fwupd-armhf-signed-template";
  23. "fwupd-i386-signed-template";
  24. };
  25. Architectures {
  26. "amd64"; "arm64"; "armhf"; "i386";
  27. };
  28. };
  29. fwupdate {
  30. Packages {
  31. "fwupdate-amd64-signed-template";
  32. "fwupdate-arm64-signed-template";
  33. "fwupdate-armhf-signed-template";
  34. "fwupdate-i386-signed-template";
  35. };
  36. Architectures {
  37. "amd64"; "arm64"; "armhf"; "i386";
  38. };
  39. };
  40. grub2 {
  41. Packages {
  42. "grub-efi-amd64-signed-template";
  43. "grub-efi-arm64-signed-template";
  44. "grub-efi-ia32-signed-template";
  45. };
  46. Architectures {
  47. "amd64"; "arm64"; "i386";
  48. };
  49. };
  50. linux {
  51. Packages {
  52. "linux-image-amd64-signed-template";
  53. "linux-image-arm64-signed-template";
  54. "linux-image-i386-signed-template";
  55. };
  56. Architectures {
  57. "amd64"; "arm64"; "i386";
  58. };
  59. };
  60. linux-6.1 {
  61. Packages {
  62. "linux-image-6.1-amd64-signed-template";
  63. "linux-image-6.1-arm64-signed-template";
  64. "linux-image-6.1-i386-signed-template";
  65. };
  66. Architectures {
  67. "amd64"; "arm64"; "i386";
  68. };
  69. };
  70. shim {
  71. Packages {
  72. "shim-helpers-amd64-signed-template";
  73. "shim-helpers-arm64-signed-template";
  74. "shim-helpers-i386-signed-template";
  75. };
  76. Architectures {
  77. "amd64"; "arm64"; "i386";
  78. };
  79. };
  80. };
  81. };
  82. Dinstall::AllowSourceOnlyNewKeys {
  83. "7CA15FBC7108FA0914F84F9D8B415188B74E3736";
  84. };