SV-213590r508024_rule
V-213590
SRG-APP-000133-DB-000362
PPS9-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-213590
False
PPS9-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
3988