Bug 551063
Summary: | selinux prevents postgresql-test regression tests from succeeding | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Tom Lane <tgl> |
Component: | selinux-policy-targeted | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
Severity: | low | Docs Contact: | |
Priority: | high | ||
Version: | 5.5 | CC: | dwalsh, ebenes, hhorak, mmalik |
Target Milestone: | beta | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-03-30 07:49:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 550783 |
Description
Tom Lane
2009-12-28 19:27:50 UTC
Miroslav, looks like we need /var/lib(64)?/pgsql/.*\.so.* -- gen_context(system_u:object_r:lib_t,s0) /var/lib(64)?/pgsql/test/regress/.*\.so.* -- gen_context(system_u:object_r:lib_t,s0) /usr, please, not /var Also, now that I'm looking at this, we should also allow loading libraries from /usr/lib(64)?/pgsql/plugins/.*\.so.* which is a subdirectory that's allowed in recent PG releases. I guess I should not be doing this late night in a ski lodge. Sorry Tom. Fixed in selinux-policy-2.4.6-268.el5 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2010-0182.html |