SV-258852r933617_rule
V-258852
SRG-OS-000478-GPOS-00223
PHTN-40-000182
CAT I
10
Navigate to and open:
/boot/grub2/grub.cfg
Locate the boot command line arguments. An example follows:
linux /boot/$photon_linux root=$rootpartition $photon_cmdline $systemd_cmdline
Add "fips=1" to the end of the line so it reads as follows:
linux /boot/$photon_linux root=$rootpartition $photon_cmdline $systemd_cmdline fips=1
Note: Do not copy/paste in this example argument line. This may change in future releases. Find the similar line and append "fips=1" to it.
Reboot the system for the change to take effect.
At the command line, run the following command to verify FIPS is enabled for the OS:
# cat /proc/sys/crypto/fips_enabled
Example result:
1
If "fips_enabled" is not set to "1", this is a finding.
V-258852
False
PHTN-40-000182
At the command line, run the following command to verify FIPS is enabled for the OS:
# cat /proc/sys/crypto/fips_enabled
Example result:
1
If "fips_enabled" is not set to "1", this is a finding.
M
5569