Re: [v9.2] SECURITY LABEL on shared database object

Поиск
Список
Период
Сортировка
От Kohei KaiGai
Тема Re: [v9.2] SECURITY LABEL on shared database object
Дата
Msg-id BANLkTint8vO6=ZxGwZtGPL51vom7RGGzrA@mail.gmail.com
обсуждение исходный текст
Ответ на [v9.2] SECURITY LABEL on shared database object  (Kohei Kaigai <Kohei.Kaigai@EMEA.NEC.COM>)
Ответы Re: [v9.2] SECURITY LABEL on shared database object  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
The attached patch is an update revision of security label support
for shared database objects.

It contains bug fixes of cleanups when user drops databases,
tablespaces or roles.
And it also modified to use syscache to reference security label
of shared database objects according to the implementation
discussed in the sepgsql-uavc thread.

2011/5/9 Kohei Kaigai <Kohei.Kaigai@emea.nec.com>:
> [I noticed my new address was not registered to pgsql-hackers, so try again]
>
> The attached patch enables to assign security labels of shared database object
> types (databases, tablespaces, roles).
> Like as pg_shdescription doing, it adds a new pg_shseclabel catalog corresponding
> to the existing pg_seclabel catalog. Its internal APIs are kept; if and when
> (Get|Set|Delete)SecurityLabel is invoked for shared catalogs, it references the
> pg_shseclabel instead of the pg_seclabel.
>
> This patch also contains pg_dump support, use cases of contrib/sepgsql, regression
> test and updates of sgml documentation.
>
> Thanks,
> --
> NEC Europe Ltd, SAP Global Competence Center
> KaiGai Kohei <kohei.kaigai@eu.nec.com>
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
>



--
KaiGai Kohei <kaigai@kaigai.gr.jp>

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: procpid?
Следующее
От: Bhavin Kamani
Дата:
Сообщение: Re: postgresql 9.0.4 source compilation issue on OSX