SV-204566r603261_rule
V-204566
SRG-OS-000004-GPOS-00004
RHEL-07-030872
CAT II
10
Configure the operating system to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/gshadow".
Add or update the following rule in "/etc/audit/rules.d/audit.rules":
-w /etc/gshadow -p wa -k identity
The audit daemon must be restarted for the changes to take effect.
Verify the operating system must generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/gshadow".
Check the auditing rules in "/etc/audit/audit.rules" with the following command:
# grep /etc/gshadow /etc/audit/audit.rules
-w /etc/gshadow -p wa -k identity
If the command does not return a line, or the line is commented out, this is a finding.
V-204566
False
RHEL-07-030872
Verify the operating system must generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/gshadow".
Check the auditing rules in "/etc/audit/audit.rules" with the following command:
# grep /etc/gshadow /etc/audit/audit.rules
-w /etc/gshadow -p wa -k identity
If the command does not return a line, or the line is commented out, this is a finding.
M
2899