Re: [v9.4] row level security - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: [v9.4] row level security
Date
Msg-id 521F8340.6050408@agliodbs.com
Whole thread Raw
In response to Re: [v9.4] row level security  (Greg Smith <greg@2ndQuadrant.com>)
Responses Re: [v9.4] row level security  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
>> I'm not sure what the solution would be, exactly.  Deny permission for
>> EXPLAIN on certain tables?
> 
> That would close only one covert channel.  Others were already pointed out
> upthread, and I'll bet there are more ...

Mind you, fundamentally this is no different from allowing INSERT
permission on a table but denying SELECT, or denying SELECT on certain
columns.  In either case, covert channels for some data are available.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [v9.4] row level security
Next
From: David Fetter
Date:
Subject: Re: [v9.4] row level security