SV-230404r627750_rule
V-230404
SRG-OS-000062-GPOS-00031
RHEL-08-030130
CAT II
10
Configure RHEL 8 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/shadow".
Add or update the following file system rule to "/etc/audit/rules.d/audit.rules":
-w /etc/shadow -p wa -k identity
The audit daemon must be restarted for the changes to take effect.
Verify RHEL 8 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/shadow".
Check the auditing rules in "/etc/audit/audit.rules" with the following command:
$ sudo grep /etc/shadow /etc/audit/audit.rules
-w /etc/shadow -p wa -k identity
If the command does not return a line, or the line is commented out, this is a finding.
V-230404
False
RHEL-08-030130
Verify RHEL 8 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/shadow".
Check the auditing rules in "/etc/audit/audit.rules" with the following command:
$ sudo grep /etc/shadow /etc/audit/audit.rules
-w /etc/shadow -p wa -k identity
If the command does not return a line, or the line is commented out, this is a finding.
M
2921