SV-271577r1091443_rule
V-271577
SRG-OS-000037-GPOS-00015
OL09-00-000750
CAT III
10
Enable auditing of processes that start prior to the audit daemon with the following command:
$ sudo grubby --update-kernel=ALL --args="audit=1"
Add or modify the following line in "/etc/default/grub" to ensure the configuration survives kernel updates:
GRUB_CMDLINE_LINUX="audit=1"
Verify that OL 9 is configured to enable auditing of processes that start prior to the audit daemon.
Check that the current GRUB 2 configuration enables auditing:
$ sudo grubby --info=ALL | grep audit
args="ro crashkernel=auto resume=/dev/mapper/ol-swap rd.lvm.lv=ol/root rd.lvm.lv=ol/swap rhgb quiet fips=1 audit=1 audit_backlog_limit=8192 pti=on
If "audit" is not set to "1" or is missing, this is a finding.
Check that auditing is enabled by default to persist through kernel updates:
$ sudo grep audit /etc/default/grub
GRUB_CMDLINE_LINUX="audit=1"
If "audit" is not set to "1", is missing, or is commented out, this is a finding.
V-271577
False
OL09-00-000750
Verify that OL 9 is configured to enable auditing of processes that start prior to the audit daemon.
Check that the current GRUB 2 configuration enables auditing:
$ sudo grubby --info=ALL | grep audit
args="ro crashkernel=auto resume=/dev/mapper/ol-swap rd.lvm.lv=ol/root rd.lvm.lv=ol/swap rhgb quiet fips=1 audit=1 audit_backlog_limit=8192 pti=on
If "audit" is not set to "1" or is missing, this is a finding.
Check that auditing is enabled by default to persist through kernel updates:
$ sudo grep audit /etc/default/grub
GRUB_CMDLINE_LINUX="audit=1"
If "audit" is not set to "1", is missing, or is commented out, this is a finding.
M
5680