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