Bling!

Nalin Dahyabhai nalin at redhat.com
Tue Feb 21 00:16:05 UTC 2006


On Thu, Feb 09, 2006 at 06:16:11AM +0100, David Nielsen wrote:
> ons, 08 02 2006 kl. 23:05 -0500, skrev Ray Strode:
> When trying to run this I get the following error message:
> 
> spififity: error while loading shared libraries: libGL.so.1: cannot
> enable executable stack as shared object requires: Permission denied
> 
> according to Google this is because there are known textrels in the DSO
> and 
> chcon system_u:object_r:texrel_shlib_t /usr/lib/libGL.so.1
> 
> should fix it, however it doesn't.
> 
> Anyone have an idea as to an easy fix?

I suggested enabling allow_execstack before, but dwalsh set me straight.
The SELinux type on /usr/bin/Xair should match that of /usr/bin/Xorg
(which can already use an executable stack), so
    chcon -t xserver_exec_t /usr/bin/Xorg
is the more correct way to fix this.

Cheers,

Nalin




More information about the test mailing list