SV-99271r1_rule
V-88621
SRG-OS-000239-GPOS-00089
VROM-SL-000845
CAT II
10
Configure execute auditing of the "usermod" and "groupmod" executables run the DoD.script with the following command as "root":
# /etc/dodscript.sh
OR
Configure execute auditing of the "usermod" and "groupmod" executables. Add the following to the audit.rules file:
-w /usr/sbin/usermod -p x -k usermod
-w /usr/sbin/groupmod -p x -k groupmod
Restart the auditd service.
# service auditd restart
Determine if execution of the "usermod" and "groupmod" executable are audited.
# auditctl -l | egrep '(usermod|groupmod)' | grep perm=x
If either "usermod" or "groupmod" are not listed with a permissions filter of at least "x", this is a finding.
V-88621
False
VROM-SL-000845
Determine if execution of the "usermod" and "groupmod" executable are audited.
# auditctl -l | egrep '(usermod|groupmod)' | grep perm=x
If either "usermod" or "groupmod" are not listed with a permissions filter of at least "x", this is a finding.
M
3461