SV-281110r1166282_rule
V-281110
SRG-OS-000255-GPOS-00096
RHEL-10-500120
CAT II
10
Configure RHEL 10 audit system to resolve audit information before writing to disk.
Edit the "/etc/audit/auditd.conf" file and add or update the "log_format" option:
log_format = ENRICHED
Restart the audit daemon with the following command for the changes to take effect:
$ sudo service auditd restart
Verify the RHEL 10 audit system is configured to resolve audit information before writing to disk with the following command:
$ sudo grep log_format /etc/audit/auditd.conf
log_format = ENRICHED
If the "log_format" option is not "ENRICHED", or the line is commented out, this is a finding.
V-281110
False
RHEL-10-500120
Verify the RHEL 10 audit system is configured to resolve audit information before writing to disk with the following command:
$ sudo grep log_format /etc/audit/auditd.conf
log_format = ENRICHED
If the "log_format" option is not "ENRICHED", or the line is commented out, this is a finding.
M
5733