SV-239119r675165_rule
V-239119
SRG-OS-000254-GPOS-00095
PHTN-67-000048
CAT II
10
Open /boot/grub2/grub.cfg with a text editor and locate the boot command line arguments. An example follows:
linux "/"$photon_linux root=$rootpartition net.ifnames=0 $photon_cmdline coredump_filter=0x37 consoleblank=0
Add "audit=1" to the end of the line so it reads as follows:
linux "/"$photon_linux root=$rootpartition net.ifnames=0 $photon_cmdline coredump_filter=0x37 consoleblank=0 audit=1
Note: Do not copy/paste in this example argument line. This may change in future releases. Find the similar line and append "audit=1" to it.
Reboot the system for the change to take effect.
At the command line, execute the following command:
# grep "audit=1" /proc/cmdline
If no results are returned, this is a finding.
V-239119
False
PHTN-67-000048
At the command line, execute the following command:
# grep "audit=1" /proc/cmdline
If no results are returned, this is a finding.
M
5323