pgsql: sepgsql_setcon().

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: sepgsql_setcon().
Date: 2012-03-15 20:13:15
Message-ID: E1S8H2x-0002uF-Ow@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

sepgsql_setcon().

This is intended as infrastructure to allow sepgsql to cooperate with
connection pooling software, by allowing the effective security label
to be set for each new connection.

KaiGai Kohei, reviewed by Yeb Havinga.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/523176cbf14a3414170a83dd43686c0eccdc61c6

Modified Files
--------------
contrib/sepgsql/expected/label.out | 346 ++++++++++++++++++++++++++++++++++++
contrib/sepgsql/label.c | 216 +++++++++++++++++++++--
contrib/sepgsql/selinux.c | 6 +
contrib/sepgsql/sepgsql-regtest.te | 113 +++++++++++--
contrib/sepgsql/sepgsql.h | 3 +
contrib/sepgsql/sepgsql.sql.in | 1 +
contrib/sepgsql/sql/label.sql | 155 ++++++++++++++++
doc/src/sgml/sepgsql.sgml | 114 ++++++++++++-
8 files changed, 931 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-03-15 20:45:17 pgsql: Copy editing of sepgsql documentation.
Previous Message Peter Eisentraut 2012-03-15 19:19:21 pgsql: Add const qualifier to tzn returned by timestamp2tm()