SV-217240r603262_rule
V-217240
SRG-OS-000004-GPOS-00004
SLES-12-020590
CAT II
10
Configure the SUSE operating system to generate an audit record when all modifications to the "/etc/gshadow" file occur.
Add or update the following rule to "/etc/audit/rules.d/audit.rules":
-w /etc/gshadow -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 all modifications occur to the "/etc/gshadow" 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/gshadow /etc/audit/audit.rules
-w /etc/gshadow -p wa -k account_mod
If the command does not return a line, or the line is commented out, this is a finding.
V-217240
False
SLES-12-020590
Verify the SUSE operating system generates an audit record when all modifications occur to the "/etc/gshadow" 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/gshadow /etc/audit/audit.rules
-w /etc/gshadow -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