SV-99275r1_rule
V-88625
SRG-OS-000240-GPOS-00090
VROM-SL-000855
CAT II
10
Configure 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-88625
False
VROM-SL-000855
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
3461