SV-260908r966081_rule
V-260908
SRG-APP-000172-CTR-000440
CNTR-MK-000870
CAT I
10
If the operating system has FIPS enabled, FIPS mode is enabled by default in MCR. The preferred method is to ensure FIPS mode is set on the operating system prior to installation.
If a change is required on a deployed system, create the directory if it does not exist by executing the following:
mkdir -p /etc/systemd/system/docker.service.d/
Create a file called /etc/systemd/system/docker.service.d/fips-module.conf and add the following:
[Service]
Environment="DOCKER_FIPS=1"
Reload the Docker configuration to systemd by executing the following:
sudo systemctl daemon-reload
Restart the Docker service by executing the following:
sudo systemctl restart docker
On the MKE controller, verify FIPS mode is enabled.
Execute the following command through the CLI:
docker info
The "Security Options" section in the response must show a "fips" label, indicating that, when configured, the remotely accessible MKE UI uses FIPS-validated digital signatures in conjunction with an approved hash function to protect the integrity of remote access sessions.
If the "fips" label is not shown in the "Security Options" section, then this is a finding.
V-260908
False
CNTR-MK-000870
On the MKE controller, verify FIPS mode is enabled.
Execute the following command through the CLI:
docker info
The "Security Options" section in the response must show a "fips" label, indicating that, when configured, the remotely accessible MKE UI uses FIPS-validated digital signatures in conjunction with an approved hash function to protect the integrity of remote access sessions.
If the "fips" label is not shown in the "Security Options" section, then this is a finding.
M
5595