SV-217206r603262_rule
V-217206
SRG-OS-000004-GPOS-00004
SLES-12-020210
CAT II
10
Configure the SUSE operating system to generate an audit record when all modifications to the "/etc/group" file occur.
Add or update the following rule to "/etc/audit/rules.d/audit.rules":
-w /etc/group -p wa -k account_mod
The audit daemon must be restarted for any changes to take effect.
# sudo systemctl restart auditd.service
Verify the SUSE operating system generates an audit record when modifications occur to the "/etc/group" file.
Check that the following file is being watched by performing the following command on the system rules in "/etc/audit/audit.rules":
# sudo grep /etc/group /etc/audit/audit.rules
-w /etc/group -p wa -k account_mod
If the command does not return a line, or the line is commented out, this is a finding.
V-217206
False
SLES-12-020210
Verify the SUSE operating system generates an audit record when modifications occur to the "/etc/group" file.
Check that the following file is being watched by performing the following command on the system rules in "/etc/audit/audit.rules":
# sudo grep /etc/group /etc/audit/audit.rules
-w /etc/group -p wa -k account_mod
If the command does not return a line, or the line is commented out, this is a finding.
M
4033