SV-248524r1069154_rule
V-248524
SRG-OS-000033-GPOS-00014
OL08-00-010020
CAT I
10
Configure the operating system to implement DOD-approved encryption by following the steps below:
To enable strict FIPS compliance, the fips=1 kernel option must be added to the kernel boot parameters during system installation so key generation is done with FIPS-approved algorithms and continuous monitoring tests in place.
Enable FIPS mode after installation (not strict FIPS-compliant) with the following command:
$ sudo fips-mode-setup --enable
Reboot the system for the changes to take effect.
Verify the operating system implements DOD-approved encryption to protect the confidentiality of remote access sessions.
Check to see if FIPS mode is enabled with the following command:
$ fips-mode-setup --check
FIPS mode is enabled
If FIPS mode is "enabled", check if the kernel boot parameter is configured for FIPS mode with the following command:
$ sudo grub2-editenv list | grep fips
kernelopts=...fips=1
If the kernel boot parameter is configured to use FIPS mode, check to see if the system is in FIPS mode with the following command:
$ sudo cat /proc/sys/crypto/fips_enabled
1
If FIPS mode is not "enabled", the kernel boot parameter is not configured for FIPS mode, or the system does not have a value of "1" for "fips_enabled" in "/proc/sys/crypto", this is a finding.
V-248524
False
OL08-00-010020
Verify the operating system implements DOD-approved encryption to protect the confidentiality of remote access sessions.
Check to see if FIPS mode is enabled with the following command:
$ fips-mode-setup --check
FIPS mode is enabled
If FIPS mode is "enabled", check if the kernel boot parameter is configured for FIPS mode with the following command:
$ sudo grub2-editenv list | grep fips
kernelopts=...fips=1
If the kernel boot parameter is configured to use FIPS mode, check to see if the system is in FIPS mode with the following command:
$ sudo cat /proc/sys/crypto/fips_enabled
1
If FIPS mode is not "enabled", the kernel boot parameter is not configured for FIPS mode, or the system does not have a value of "1" for "fips_enabled" in "/proc/sys/crypto", this is a finding.
M
5416