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

The vRA PostgreSQL database must have the correct permissions on the log files.

DISA Rule

SV-100003r1_rule

Vulnerability Number

V-89353

Group Title

SRG-APP-000118-DB-000059

Rule Version

VRAU-PG-000095

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, enter the following command:

# chmod 600 /storage/db/pgdata/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/pgdata/pg_log/*.log

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

Vulnerability Number

V-89353

Documentable

False

Rule Version

VRAU-PG-000095

Severity Override Guidance

At the command prompt, enter the following command:

# ls -l /storage/db/pgdata/pg_log/*.log

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

Check Content Reference

M

Target Key

3443

Comments