SV-208909r603263_rule
V-208909
SRG-OS-000064
OL6-00-000201
CAT III
10
At a minimum, the audit system should collect administrator actions for all users and root. Add the following to "/etc/audit/audit.rules":
-w /etc/sudoers -p wa -k actions
To verify that auditing is configured for system administrator actions, run the following command:
$ sudo grep -w "/etc/sudoers" /etc/audit/audit.rules
If the system is configured to watch for changes to its sudoers configuration, a line should be returned (including "-p wa" indicating permissions that are watched).
If there is no output, this is a finding.
V-208909
False
OL6-00-000201
To verify that auditing is configured for system administrator actions, run the following command:
$ sudo grep -w "/etc/sudoers" /etc/audit/audit.rules
If the system is configured to watch for changes to its sudoers configuration, a line should be returned (including "-p wa" indicating permissions that are watched).
If there is no output, this is a finding.
M
2928