Re: security label support, part.2

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: security label support, part.2
Дата
Msg-id 4C6A880C0200002500034793@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: security label support, part.2  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
>Stephen Frost <sfrost@snowman.net> wrote:
> No.. and I'm not sure we ever would. What we *have* done is
> removed all permissions checking on child tables when a parent is
> being queried..
OK, that clarifies things.  Thanks.
So, essentially that means that you need to set all ancestor levels
to something at least as strict as the intersection of all the
permissions on lower levels to avoid exposing something through an
ancestor which is restricted in a descendant.  And you'd better
trust the owner of any table you extend, because they can bypass any
attempt to restrict access to the table you create which extends
theirs.
I hope those security implications are well documented.
-Kevin


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Python 2.7 deprecated the PyCObject API?
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: security label support, part.2