SV-230408r627750_rule
V-230408
SRG-OS-000062-GPOS-00031
RHEL-08-030170
CAT II
10
Configure RHEL 8 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/group".
Add or update the following file system rule to "/etc/audit/rules.d/audit.rules":
-w /etc/group -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/group".
Check the auditing rules in "/etc/audit/audit.rules" with the following command:
$ sudo grep /etc/group /etc/audit/audit.rules
-w /etc/group -p wa -k identity
If the command does not return a line, or the line is commented out, this is a finding.
V-230408
False
RHEL-08-030170
Verify RHEL 8 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/group".
Check the auditing rules in "/etc/audit/audit.rules" with the following command:
$ sudo grep /etc/group /etc/audit/audit.rules
-w /etc/group -p wa -k identity
If the command does not return a line, or the line is commented out, this is a finding.
M
2921