From PostgreSQL 9.x Security Technical Implementation Guide
Part of SRG-APP-000091-DB-000325
Associated with: CCI-000172
Under some circumstances, it may be useful to monitor who/what is reading privilege/permission/role information. Therefore, it must be possible to configure auditing to do this. PostgreSQLs typically make such information available through views or functions.
Note: The following instructions use the PGDATA environment variable. See supplementary content APPENDIX-F for instructions on configuring PGDATA.
First, as the database administrator (shown here as "postgres"), create a role 'bob' by running the following SQL:
$ sudo su - postgres
$ psql -c "CREATE ROLE bob"
Next, attempt to retrieve information from the pg_authid table:
$ psql -c "SET ROLE bob; SELECT * FROM pg_authid"
Now, as the database administrator (shown here as "postgres"), verify the event was logged in pg_log:
$ sudo su - postgres
$ cat ${PGDATA?}/pg_log/
Configure PostgreSQL to produce audit records when unsuccessful attempts to access privileges occur. All denials are logged if logging is enabled. To ensure that logging is enabled, review supplementary content APPENDIX-C for instructions on enabling logging.
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer