Re: [HACKERS] [v9.2] "database" object class of contrib/sepgsql

2011-09-25 Thread Kohei KaiGai
2011/9/23 Robert Haas : > On Mon, Sep 12, 2011 at 5:45 AM, Kohei KaiGai wrote: >> The attached patch is a portion that we splitted off when we added >> pg_shseclabel system catalog. >> >> It enables the control/sepgsql to assign security label on pg_database >> objects that are utilized as a basis

Re: [HACKERS] [v9.2] "database" object class of contrib/sepgsql

2011-09-23 Thread Robert Haas
On Mon, Sep 12, 2011 at 5:45 AM, Kohei KaiGai wrote: > The attached patch is a portion that we splitted off when we added > pg_shseclabel system catalog. > > It enables the control/sepgsql to assign security label on pg_database > objects that are utilized as a basis to compute a default security

[HACKERS] [v9.2] "database" object class of contrib/sepgsql

2011-09-12 Thread Kohei KaiGai
The attached patch is a portion that we splitted off when we added pg_shseclabel system catalog. It enables the control/sepgsql to assign security label on pg_database objects that are utilized as a basis to compute a default security label of schema object. Currently, we have an ugly assumption t