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 audit information produced by the vROps PostgreSQL DB must be protected from unauthorized read access.

DISA Rule

SV-98893r1_rule

Vulnerability Number

V-88243

Group Title

SRG-APP-000118-DB-000059

Rule Version

VROM-PG-000105

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, enter the following command:

# chmod 600 /storage/db/vcops/vpostgres/data/pg_log/<file_name>

Replace <file_name> with files to be modified.

At the command prompt, execute the following commands:

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

Check Contents

At the command prompt, enter the following command:

# ls -l /storage/db/vcops/vpostgres/data/pg_log/*.log

If the permissions on any log files are not "600", this is a finding.

Vulnerability Number

V-88243

Documentable

False

Rule Version

VROM-PG-000105

Severity Override Guidance

At the command prompt, enter the following command:

# ls -l /storage/db/vcops/vpostgres/data/pg_log/*.log

If the permissions on any log files are not "600", this is a finding.

Check Content Reference

M

Target Key

3445

Comments