postgresql/contrib/sepgsql
Joe Conway d66455bc9f Fix sepgsql regression tests.
The regression tests for sepgsql were broken by changes in the
base distro as-shipped policies. Specifically, definition of
unconfined_t in the system default policy was changed to bypass
multi-category rules, which the regression test depended on.
Fix that by defining a custom privileged domain
(sepgsql_regtest_superuser_t) and using it instead of system's
unconfined_t domain. The new sepgsql_regtest_superuser_t domain
performs almost like the current unconfined_t, but restricted by
multi-category policy as the traditional unconfined_t was.

The custom policy module is a self defined domain, and so should not
be affected by related future system policy changes. However, it still
uses the unconfined_u:unconfined_r pair for selinux-user and role.
Those definitions have not been changed for several years and seem
less risky to rely on than the unconfined_t domain. Additionally, if
we define custom user/role, they would need to be manually defined
at the operating system level, adding more complexity to an already
non-standard and complex regression test.

Back-patch to 9.3. The regression tests will need more work before
working correctly on 9.2. Starting with 9.2, sepgsql has had dependencies
on libselinux versions that are only available on newer distros with
the changed set of policies (e.g. RHEL 7.x). On 9.1 sepgsql works
fine with the older distros with original policy set (e.g. RHEL 6.x),
and on which the existing regression tests work fine. We might want
eventually change 9.1 sepgsql regression tests to be more independent
from the underlying OS policies, however more work will be needed to
make that happen and it is not clear that it is worth the effort.

Kohei KaiGai with review by Adam Brightwell and me, commentary by
Stephen, Alvaro, Tom, Robert, and others.
2015-08-30 11:11:08 -07:00
..
expected Fix sepgsql regression tests. 2015-08-30 11:11:08 -07:00
sql Fix sepgsql regression tests. 2015-08-30 11:11:08 -07:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
database.c sepgql: Use getObjectIdentity rather than getObjectDescription. 2013-04-12 08:35:55 -04:00
dml.c sepgql: Use getObjectIdentity rather than getObjectDescription. 2013-04-12 08:35:55 -04:00
hooks.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
label.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
launcher Fix sepgsql regression tests. 2015-08-30 11:11:08 -07:00
Makefile Take sepgsql regression tests out of the regular regression test mechanism. 2011-09-27 20:07:15 -04:00
proc.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
relation.c Fix typo in comment. 2014-04-01 09:29:21 +03:00
schema.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
selinux.c Allow sepgsql labels to depend on object name. 2013-03-28 15:41:38 -04:00
sepgsql-regtest.te Fix sepgsql regression tests. 2015-08-30 11:11:08 -07:00
sepgsql.h sepgsql: Enforce db_procedure:{execute} permission. 2013-04-12 08:58:01 -04:00
sepgsql.sql.in sepgsql_setcon(). 2012-03-15 16:08:40 -04:00
test_sepgsql sepgsql: Minor improvement to test script, doc fix. 2013-04-17 09:55:24 -04:00
uavc.c Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00