| From: | Robert Haas <rhaas(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Teach sepgsql about database labels. |
| Date: | 2011-09-23 21:11:04 |
| Message-ID: | E1R7D1U-0000wy-LH@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Teach sepgsql about database labels.
This is still a bit of a hack, but it's better than the old way, for sure.
KaiGai Kohei, with one change by me to make it compile
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/291873c1554ceecc71a81c25aef4f1260c15c222
Modified Files
--------------
contrib/sepgsql/Makefile | 2 +-
contrib/sepgsql/database.c | 88 ++++++++++++++++++++++++++++++++++++++++++++
contrib/sepgsql/hooks.c | 5 ++
contrib/sepgsql/label.c | 26 +++++++++++--
contrib/sepgsql/schema.c | 14 +++----
contrib/sepgsql/sepgsql.h | 6 +++
6 files changed, 128 insertions(+), 13 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2011-09-23 21:59:55 | pgsql: Memory barrier support for PostgreSQL. |
| Previous Message | Robert Haas | 2011-09-23 21:05:44 | pgsql: Add missing brackets to chkselinuxenv. |