UCF STIG Viewer Logo

The vROps PostgreSQL DB must allow only the ISSM (or individuals or roles appointed by the ISSM) to select which auditable events are to be audited.


Overview

Finding ID Version Rule ID IA Controls Severity
V-88219 VROM-PG-000030 SV-98869r1_rule Medium
Description
Without the capability to restrict which roles and individuals can select which events are audited, unauthorized personnel may be able to prevent or interfere with the auditing of critical events. Suppression of auditing could permit an adversary to evade detection. Misconfigured audits can degrade the system's performance by overwhelming the audit log. Misconfigured audits may also make it more difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one.
STIG Date
VMW vRealize Operations Manager 6.x PostgreSQL Security Technical Implementation Guide 2018-10-11

Details

Check Text ( C-87911r1_chk )
At the command prompt, enter the following command:

# ls -l /storage/db/vcops/vpostgres/data/*conf*

If the permissions on any of the listed files are not "600" or more restrictive, this is a finding.
Fix Text (F-94961r1_fix)
At the command prompt, enter the following command:

# chmod 600

Note: Replace with the file with incorrect permissions.