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