]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
UBUNTU: [Packaging] Add a new fips-checks script
authorMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Mon, 4 Oct 2021 13:35:46 +0000 (10:35 -0300)
committerKelsey Skunberg <kelsey.skunberg@canonical.com>
Tue, 12 Oct 2021 22:31:05 +0000 (16:31 -0600)
commit68d02506ae6b236d7df155cdcaa64456e9153d5e
tree8b0915e977282f466ebeea62ad0607b0845c40de
parentd218735a7ec8a570551f0c2aee22da638bb485e2
UBUNTU: [Packaging] Add a new fips-checks script

BugLink: https://bugs.launchpad.net/bugs/1945989
Add a new script responsible for checking if any FIPS relevant commit
was added since the last version. If a new change is found, a
corresponding entry should exist in the justifications file otherwise
the check will fail.

The justifications file is located at "${DEBIAN}/fips.justifications"
and should follow the following format for each commit justification:

<commit short message>

  <commit justification>

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
debian/scripts/misc/fips-checks [new file with mode: 0755]