SV-100397r1_rule
V-89747
SRG-OS-000241-GPOS-00091
VRAU-SL-000885
CAT II
10
Configure execute auditing of the "userdel" and "groupdel" executables. Add the following to the /etc/audit/audit.rules file:
-w /usr/sbin/userdel -p x -k userdel
-w /usr/sbin/groupdel -p x -k groupdel
Determine if execution of the "userdel" and "groupdel" executable are audited:
# auditctl -l | egrep '(userdel|groupdel)'
If either "userdel" or "groupdel" are not listed with a permissions filter of at least "x", this is a finding.
V-89747
False
VRAU-SL-000885
Determine if execution of the "userdel" and "groupdel" executable are audited:
# auditctl -l | egrep '(userdel|groupdel)'
If either "userdel" or "groupdel" are not listed with a permissions filter of at least "x", this is a finding.
M
3459