[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] config: add secure boot code signing for systemd



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • df798511
    by Ansgar at 2024-12-29T15:08:05+01:00
    config: add secure boot code signing for systemd
    

1 changed file:

Changes:

  • config/debian/external-signatures.conf
    ... ... @@ -77,6 +77,15 @@ External-Signature-Requests {
    77 77
             "amd64"; "arm64"; "i386";
    
    78 78
           };
    
    79 79
         };
    
    80
    +    systemd {
    
    81
    +      Packages {
    
    82
    +        "systemd-boot-efi-amd64-signed-template";
    
    83
    +        "systemd-boot-efi-arm64-signed-template";
    
    84
    +      };
    
    85
    +      Architectures {
    
    86
    +        "amd64"; "arm64";
    
    87
    +      };
    
    88
    +    };
    
    80 89
       };
    
    81 90
     };
    
    82 91
     
    


  • Reply to: