STIGQter STIGQter: STIG Summary: VMW vRealize Operations Manager 6.x PostgreSQL Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

The vROps PostgreSQL DB must record time stamps, in audit records and application data that can be mapped to Coordinated Universal Time (UTC, formerly GMT).

DISA Rule

SV-98937r1_rule

Vulnerability Number

V-88287

Group Title

SRG-APP-000374-DB-000322

Rule Version

VROM-PG-000380

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following commands:

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

Check Contents

At the command prompt, execute the following command:

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

If "log_timezone" is not set to "UTC", this is a finding.

Vulnerability Number

V-88287

Documentable

False

Rule Version

VROM-PG-000380

Severity Override Guidance

At the command prompt, execute the following command:

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

If "log_timezone" is not set to "UTC", this is a finding.

Check Content Reference

M

Target Key

3445

Comments