diskimage-builder/diskimage_builder/elements/fips/package-installs.yaml
Julia Kreger c217956079 Add a FIPS element
Adds an element whose purpose is to set the stage
in the resulting image so that a user can generate an
image utilizing DIB which can be used in a FIPS
configuration without doing so with the input image
or after the fact.

Change-Id: Ia8a45584a56f6e06856fc2920c333351935dcd9d
2023-03-21 13:07:02 +00:00

15 lines
368 B
YAML

crypto-policies:
when:
- DISTRO_NAME != ubuntu
- DISTRO_NAME != gentoo
# NOTE(TheJulia): crypto-policies does not exist in:
# - ubuntu
# - gentoo
crypto-policies-scripts:
when:
- DISTRO_NAME != debian
- DISTRO_NAME != ubuntu
- DISTRO_NAME != gentoo
# NOTE(TheJulia): Crypto policies includes the
# fips-mode-setup script in the debian package.