OSDN Git Service

sepgsql, an SE-Linux integration for PostgreSQL
authorRobert Haas <rhaas@postgresql.org>
Mon, 24 Jan 2011 01:44:48 +0000 (20:44 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 24 Jan 2011 01:48:27 +0000 (20:48 -0500)
commit968bc6fac91d6aaca594488ab85c179b686cbbdd
tree3cb8fa7ee4101723733e5ed5a06803f9c299c2d7
parente5487f65fdbd05716ade642a3ae1c5c6e85b6f22
sepgsql, an SE-Linux integration for PostgreSQL

This is still pretty rough - among other things, the documentation
needs work, and the messages need a visit from the style police -
but this gets the basic framework in place.

KaiGai Kohei
30 files changed:
configure
configure.in
contrib/Makefile
contrib/README
contrib/sepgsql/.gitignore [new file with mode: 0644]
contrib/sepgsql/Makefile [new file with mode: 0644]
contrib/sepgsql/dml.c [new file with mode: 0644]
contrib/sepgsql/expected/dml.out [new file with mode: 0644]
contrib/sepgsql/expected/label.out [new file with mode: 0644]
contrib/sepgsql/expected/misc.out [new file with mode: 0644]
contrib/sepgsql/hooks.c [new file with mode: 0644]
contrib/sepgsql/label.c [new file with mode: 0644]
contrib/sepgsql/launcher [new file with mode: 0644]
contrib/sepgsql/proc.c [new file with mode: 0644]
contrib/sepgsql/relation.c [new file with mode: 0644]
contrib/sepgsql/schema.c [new file with mode: 0644]
contrib/sepgsql/selinux.c [new file with mode: 0644]
contrib/sepgsql/sepgsql-regtest.te [new file with mode: 0644]
contrib/sepgsql/sepgsql.h [new file with mode: 0644]
contrib/sepgsql/sepgsql.sql.in [new file with mode: 0644]
contrib/sepgsql/sql/dml.sql [new file with mode: 0644]
contrib/sepgsql/sql/label.sql [new file with mode: 0644]
contrib/sepgsql/sql/misc.sql [new file with mode: 0644]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/sepgsql.sgml [new file with mode: 0644]
src/Makefile.global.in
src/test/regress/pg_regress.c
src/test/regress/pg_regress.h
src/test/regress/pg_regress_main.c