SV-100395r1_rule
V-89745
SRG-OS-000240-GPOS-00090
VRAU-SL-000880
CAT II
10
Configure the SLES for vRealize to automatically audit account disabling actions by running the following command:
# /etc/dodscript.sh
OR
# echo '-w /usr/bin/passwd -p x -k passwd' >> /etc/audit/audit.rules
Restart the auditd service:
# service auditd restart
Determine if execution of the "passwd" executable is audited:
# auditctl -l | grep watch=/usr/bin/passwd
If /usr/bin/passwd is not listed with a permissions filter of at least "x", this is a finding.
V-89745
False
VRAU-SL-000880
Determine if execution of the "passwd" executable is audited:
# auditctl -l | grep watch=/usr/bin/passwd
If /usr/bin/passwd is not listed with a permissions filter of at least "x", this is a finding.
M
3459