1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 PostgreSQL V1R1
  4. VCPG-67-000023 – VMware Postgres must use Coordinated Universal Time (UTC) for log timestamps.

VCPG-67-000023 – VMware Postgres must use Coordinated Universal Time (UTC) for log timestamps.

Details

If time stamps are not consistently applied and there is no common time reference, it is difficult to perform forensic analysis. Time stamps generated by VMware Postgres must include date and time expressed in UTC, a modern continuation of Greenwich Mean Time (GMT).

Solution

At the command prompt, execute the following commands:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c ‘ALTER SYSTEM SET log_timezone TO ‘Etc/UTC’;’

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c ‘SELECT pg_reload_conf();’

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Audit and Accountability.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles