Comment 1 for bug 1153334

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

If this bug can reappear in non-testing environment due to other
reasons, I can add this as an exception to selinux rule.

However, according to http://danwalsh.livejournal.com/6117.html?thread=23525
"
 Basically a DSO is loaded, at some point the application determines the code needs text relocation and uses the mprotect call to set the memory region read/write. After the text relocation, the code is marked back to read/exec which triggers the access check. Usually the DSO does not need to be text relocatable, but a programming mistake has happened.
"

So, bug fix helps here, also, I checked for others on CentOS64-6
with readelf -d PROGRAMS | fgrep TEXTREL -- couldn't find any.