SV-233551r617333_rule
V-233551
SRG-APP-000494-DB-000344
CD12-00-004400
CAT II
10
Note: The following instructions use the PGDATA and PGVER environment variables. See supplementary content APPENDIX-F for instructions on configuring PGDATA and APPENDIX-H for PGVER.
Using pgaudit, the DBMS (PostgreSQL) can be configured to audit these requests. See supplementary content APPENDIX-B for documentation on installing pgaudit.
With pgaudit installed the following configurations can be made:
$ sudo su - postgres
$ vi ${PGDATA?}/postgresql.conf
Add the following parameters (or edit existing parameters):
pgaudit.log = 'ddl, write, role'
Next, as the system administrator, reload the server with the new configuration:
$ sudo systemctl reload postgresql- ${PGVER?}
As the database administrator (shown here as "postgres"), run the following SQL:
$ sudo su - postgres
$ psql -c "SHOW pgaudit.log"
If pgaudit.log does not contain, "ddl, write, role", this is a finding.
V-233551
False
CD12-00-004400
As the database administrator (shown here as "postgres"), run the following SQL:
$ sudo su - postgres
$ psql -c "SHOW pgaudit.log"
If pgaudit.log does not contain, "ddl, write, role", this is a finding.
M
5254