[v9.2] "database" object class of contrib/sepgsql - Mailing list pgsql-hackers

From Kohei KaiGai
Subject [v9.2] "database" object class of contrib/sepgsql
Date
Msg-id CADyhKSUOGAPMxrCkphbbP6G_AAgGjqV89pwZ5i52cnh6=TO6jQ@mail.gmail.com
Whole thread Raw
Responses Re: [v9.2] "database" object class of contrib/sepgsql
List pgsql-hackers
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 that all the pg_database entries
are labeled as "system_u:object_r:sepgsql_db_t:s0", and default
security label of schema is computed based on this assumption. See,
sepgsql_schema_post_create() in sepgsql/schema.c

It also enables initial labeling at sepgsql_restorecon() and
permission checks on relabeling, however, nothing are checked any
more.

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

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: psql additions
Next
From: Stephen Frost
Date:
Subject: Re: superusers are members of all roles?