pgsql: Userspace access vector cache for contrib/sepgsql.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Userspace access vector cache for contrib/sepgsql.
Дата
Msg-id E1Qz6Xu-00086m-2o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Userspace access vector cache for contrib/sepgsql.

KaiGai Kohei

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4232c4b406c94b433c149ac792d7e68665948cf1

Modified Files
--------------
configure                  |   24 +-
configure.in               |    4 +-
contrib/sepgsql/Makefile   |    2 +-
contrib/sepgsql/dml.c      |   59 +++---
contrib/sepgsql/hooks.c    |   64 +++---
contrib/sepgsql/proc.c     |   68 ++-----
contrib/sepgsql/relation.c |   69 +++----
contrib/sepgsql/schema.c   |   39 ++--
contrib/sepgsql/selinux.c  |    2 +-
contrib/sepgsql/sepgsql.h  |   18 ++-
contrib/sepgsql/uavc.c     |  511 ++++++++++++++++++++++++++++++++++++++++++++
doc/src/sgml/sepgsql.sgml  |   12 +-
12 files changed, 661 insertions(+), 211 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix "is db labeled test?" in chkselinuxenv script.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Minor improvements to mbregress.sh script.