File: add-fips-element-a5a3e0e3c653f923.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (12 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Adds a ``fips`` element which attempts to enable FIPS mode configuration
    into the disk image being created.
fixes:
  - |
    Fixes a possible case with a FIPS enabled disk image where the
    cryptographic policies may be applied for enforcement of FIPS mode,
    but the underlying kernel command line may be missing. This in particular
    was discovered when testing on Rocky Linux. We now test, and add the FIPS
    kernel command line flag if it is otherwise enabled.