Bug 199891
Summary: | Metacity fails to start with message [ error while loading shared libraries: libGL.so.1: failed to map segment from shared object: Permission denied ] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Wade Mealing <wmealing> |
Component: | mesa | Assignee: | Søren Sandmann Pedersen <sandmann> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | kem |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-07-26 17:45: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: | 150224 |
Description
Wade Mealing
2006-07-24 03:33:29 UTC
Messages recieved: avc: denied { execmem} for pid=3023 comm="metacity" scontext=user_u:system_r:unconfined_t:s0 tscontextuser_u:system_r:unconfined_t:s0 tclass=process metacity: error while loading shared libraries: libGL.so.1: failed to map segment from shared object: Permission denied *** This bug has been marked as a duplicate of 188295 *** This is not a duplicate of this bug, note that the avc messages are different, the error messages are different, and the follow on bug that , the bug that it is pointed to ( https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=188401 ) says it is fixed in rawhide. I am running versions that are greater than the versions mentioned in that bug, and the problem still persists. Fixed in 6.5-19 or better. The problem was with how TLS dispatch was implemented. It used a writable text section to reduce the textrel cost, but selinux doesn't allow that. Switching back to non-TLS dispatch fixes it for now. |