Skip to content

The EDB Postgres Advanced Server must generate audit records when security objects are accessed.

An XCCDF Rule

Description

Changes to the security configuration must be tracked. This requirement applies to situations where security data is retrieved or modified via data manipulation operations, as opposed to via specialized security functionality. In an SQL environment, types of access include, but are not necessarily limited to: SELECT INSERT UPDATE DELETE EXECUTE

ID
SV-259296r961791_rule
Version
EPAS-00-010000
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Execute the following SQL as the "enterprisedb" operating system user:

> psql edb -c "ALTER SYSTEM SET edb_audit_statement = 'all'"
> psql edb -c "SELECT pg_reload_conf()"

or