SV-213663r508024_rule
V-213663
SRG-APP-000508-DB-000358
PPS9-00-012600
CAT II
10
Execute the following SQL as enterprisedb:
ALTER SYSTEM SET edb_audit_statement = 'all';
ALTER SYSTEM SET edb_audit_connect = 'all';
ALTER SYSTEM SET edb_audit_disconnect = 'all';
SELECT pg_reload_conf();
or
Update the system documentation to note the organizationally approved setting and corresponding justification of the setting for this requirement.
Execute the following SQL as enterprisedb:
SHOW edb_audit_statement;
SHOW edb_audit_connect;
SHOW edb_audit_disconnect;
If the result is not "all" for any or if the current settings for this requirement have not been noted and approved by the organization in the system documentation, this is a finding.
V-213663
False
PPS9-00-012600
Execute the following SQL as enterprisedb:
SHOW edb_audit_statement;
SHOW edb_audit_connect;
SHOW edb_audit_disconnect;
If the result is not "all" for any or if the current settings for this requirement have not been noted and approved by the organization in the system documentation, this is a finding.
M
3988