UCF STIG Viewer Logo

The SLES for vRealize must generate audit records when successful/unsuccessful attempts to access security objects occur.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239617 VROM-SL-001340 SV-239617r662302_rule Medium
Description
Without generating audit records that are specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. Audit records can be generated from various components within the information system (e.g., module or policy filter).
STIG Date
VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide 2021-07-01

Details

Check Text ( C-42850r662300_chk )
To verify that auditing is configured for system administrator actions, run the following command:

# auditctl -l | grep "watch=/etc/sudoers"

The result should return a rule for sudoers, such as:

LIST_RULES: exit,always watch=/etc/sudoers perm=wa key=sudoers

If there is no output, this is a finding.
Fix Text (F-42809r662301_fix)
At a minimum, the audit system should collect administrator actions for all users and "root". Add the following to the "/etc/audit/audit.rules" file:

-w /etc/sudoers -p wa -k sudoers

OR

# /etc/dodscript.sh