UCF STIG Viewer Logo

The SLES for vRealize must generate audit records when successful/unsuccessful attempts to modify categories of information (e.g., classification levels) occur.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239621 VROM-SL-001360 SV-239621r662314_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-42854r662312_chk )
Verify the SLES for vRealize produces audit records by running the following command to determine the current status of the "auditd" service:

# service auditd status

If the service is enabled, the returned message must contain the following text:

Checking for service auditd running

If the service is not running, this is a finding.
Fix Text (F-42813r662313_fix)
Enable the "auditd" service by performing the following commands:

# chkconfig auditd on
# service auditd start