SV-281098r1165649_rule
V-281098
SRG-OS-000062-GPOS-00031
RHEL-10-500010
CAT II
10
Configure RHEL 10 to generate audit records for local events by adding or updating the following line in "/etc/audit/auditd.conf":
local_events = yes
Restart the audit daemon with the following command for the changes to take effect:
$ sudo service auditd restart
Verify that RHEL 10 generates audit records for local events with the following command:
$ sudo grep local_events /etc/audit/auditd.conf
local_events = yes
If "local_events" is not set to "yes", the command does not return a line, or the line is commented out, this is a finding.
V-281098
False
RHEL-10-500010
Verify that RHEL 10 generates audit records for local events with the following command:
$ sudo grep local_events /etc/audit/auditd.conf
local_events = yes
If "local_events" is not set to "yes", the command does not return a line, or the line is commented out, this is a finding.
M
5733