Skip to content

The EDB Postgres Advanced Server must generate audit records when unsuccessful attempts to delete security objects occur.

An XCCDF Rule

Description

The removal of security objects from the database/DBMS would seriously degrade a system's information assurance posture. If such an action is attempted, it must be logged. To aid in diagnosis, it is necessary to keep track of failed attempts in addition to the successful ones.

ID
SV-259313r961818_rule
Version
EPAS-00-011500
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