% metacity & % metacity: error while loading shared libraries: libGL.so.1: cannot enable executable stack as shared object requires: Permission denied [1] + exit 127 metacity % Version-Release number of selected component (if applicable): metacity-2.15.0-3.x86_64 selinux-policy-2.2.29-4.noarch How reproducible: ALWAYS Steps to Reproduce: 1. Enable selinux 2. Start metacity Actual results: It fails to load, with selinux avc messages denying it Expected results: Sexy window management Additional info: Apr 8 19:12:07 anduin kernel audit(1144537927.494:219) avc: denied { execstack } for pid=3006 comm="metacity" scontext=user_u:system_r:unconfined_t:s0 tcontext=user_u:system_r:unconfined_t:s0 tclass=process
Appears to be a mesa issue. I think this can be solved by adding .section .note.GNU-stack, "", @progbits ; .previous to the x86-64 assembly code generated in src/mesa/glapi/gl_x86-64_asm.py
krh added the above bits and this is now fixed in today's mesa update.
*** Bug 188069 has been marked as a duplicate of this bug. ***
*** Bug 188295 has been marked as a duplicate of this bug. ***
*** Bug 189354 has been marked as a duplicate of this bug. ***
Confirmed fixed with: mesa-libGL-6.5-4 selinux-policy-targeted-2.2.35-2