UCF STIG Viewer Logo

The vROps PostgreSQL DB must provide centralized configuration of the content to be captured in audit records generated by all components of the DBMS.


Overview

Finding ID Version Rule ID IA Controls Severity
V-88281 VROM-PG-000360 SV-98931r1_rule Medium
Description
If the configuration of the DBMS's auditing is spread across multiple locations in the database management software, or across multiple commands, only loosely related, it is harder to use and takes longer to reconfigure in response to events. The DBMS must provide a unified tool for audit configuration.
STIG Date
VMW vRealize Operations Manager 6.x PostgreSQL Security Technical Implementation Guide 2018-10-11

Details

Check Text ( C-87973r1_chk )
At the command prompt, execute the following command:

# grep '^\s*logging_collector\b' /storage/db/vcops/vpostgres/data/postgresql.conf

If "logging_collector" is not set to "on", this is a finding.
Fix Text (F-95023r1_fix)
At the command prompt, execute the following commands:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "ALTER SYSTEM SET logging_collector TO 'on';"
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SELECT pg_reload_conf();"