Re: "default deny" for roles

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: "default deny" for roles
Дата
Msg-id 503D7138.2030008@dunslane.net
обсуждение исходный текст
Ответ на Re: "default deny" for roles  (Craig Ringer <ringerc@ringerc.id.au>)
Ответы Re: "default deny" for roles
Список pgsql-hackers
On 08/28/2012 09:09 PM, Craig Ringer wrote:
> On 08/29/2012 01:25 AM, David Fetter wrote:
>> Folks,
>>
>> There are situations where a "default deny" policy is the best fit.
>>
>> To that end, I have a modest proposal:
>>
>>      REVOKE PUBLIC FROM role;
>>
>> Thenceforth, the role in question would only have access to things it
>> was specifically granted.
>
> Wouldn't that render the user utterly unable to do anything until you 
> added a bunch of GRANTs on the system catalogs for that user or a 
> group they're a member of?


No.

Try it and see. You can do a lot without having any access rights at all 
to the catalog tables.

cheers

andrew




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: 64-bit API for large object
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: MySQL search query is not executing in Postgres DB