SV-100391r1_rule
V-89741
SRG-OS-000239-GPOS-00089
VRAU-SL-000870
CAT II
10
Configure execute auditing of the usermod and groupmod executables run the dodscript 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-89741
False
VRAU-SL-000870
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
3459