SV-224159r508023_rule
V-224159
SRG-APP-000133-DB-000362
EP11-00-003600
CAT II
10
Revoke unauthorized privileges.
The syntax is:
REVOKE <privilege> ON <object> FROM <role>.
Example:
REVOKE INSERT ON a FROM PUBLIC;
See PostgreSQL documentation for details.
Use psql to connect to the db as enterprisedb and run this command:
\dp *.*
If any unauthorized roles have unauthorized accesses, this is a finding.
Definitions of the access privileges are defined here:
http://www.postgresql.org/docs/current/static/sql-grant.html
V-224159
False
EP11-00-003600
Use psql to connect to the db as enterprisedb and run this command:
\dp *.*
If any unauthorized roles have unauthorized accesses, this is a finding.
Definitions of the access privileges are defined here:
http://www.postgresql.org/docs/current/static/sql-grant.html
M
4107