postgresql/contrib/sepgsql
Tom Lane cc4ff8742b Take sepgsql regression tests out of the regular regression test mechanism.
Because these tests require root privileges, not to mention invasive
changes to the security configuration of the host system, it's not
reasonable for them to be invoked by a regular "make check" or "make
installcheck".  Instead, dike out the Makefile's knowledge of the tests,
and change chkselinuxenv (now renamed "test_sepgsql") into a script that
verifies the environment is workable and then runs the tests.  It's
expected that test_sepgsql will only be run manually.

While at it, do some cleanup in the error checking in the script, and
do some wordsmithing in the documentation.
2011-09-27 20:07:15 -04:00
..
expected Add missing check on invocation of trusted procedures. 2011-04-04 13:25:42 -04:00
sql Add missing check on invocation of trusted procedures. 2011-04-04 13:25:42 -04:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
Makefile Take sepgsql regression tests out of the regular regression test mechanism. 2011-09-27 20:07:15 -04:00
database.c Teach sepgsql about database labels. 2011-09-23 17:09:34 -04:00
dml.c Userspace access vector cache for contrib/sepgsql. 2011-09-01 08:38:40 -04:00
hooks.c Teach sepgsql about database labels. 2011-09-23 17:09:34 -04:00
label.c Teach sepgsql about database labels. 2011-09-23 17:09:34 -04:00
launcher Various sepgsql corrections. 2011-02-02 23:39:43 -05:00
proc.c Userspace access vector cache for contrib/sepgsql. 2011-09-01 08:38:40 -04:00
relation.c Userspace access vector cache for contrib/sepgsql. 2011-09-01 08:38:40 -04:00
schema.c Teach sepgsql about database labels. 2011-09-23 17:09:34 -04:00
selinux.c Userspace access vector cache for contrib/sepgsql. 2011-09-01 08:38:40 -04:00
sepgsql-regtest.te Allow sepgsql regression tests to be run from a user homedir. 2011-08-19 11:53:14 -04:00
sepgsql.h Teach sepgsql about database labels. 2011-09-23 17:09:34 -04:00
sepgsql.sql.in sepgsql, an SE-Linux integration for PostgreSQL 2011-01-23 20:48:27 -05:00
test_sepgsql Take sepgsql regression tests out of the regular regression test mechanism. 2011-09-27 20:07:15 -04:00
uavc.c sepgsql uavc comment improvements. 2011-09-27 08:37:46 -04:00