Bug 530816
| Summary: | SELinux is preventing /usr/bin/nautilus from making the program stack executable. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Scott Worley <dswbike> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | drepper, dwalsh, mgrepl, peter.soderlind |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:cf9fb9bf708a5abb214b82a8a36197beb90449cf1df6f1b67781cda829552a02 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-12-23 16:33:49 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: | |||
|
Description
Scott Worley
2009-10-25 12:03:43 UTC
Are you using any closed source drivers like nvidia? You can turn on the allow_execstack boolean if you want to ignore this check. setsebool -P allow_execstack 1 Thanks, Yes, I'm using fluendo-codecs-complete-6-1.i386.rpm and libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz I guess I will ignore the SELinux notification. I don't want to turn on allow_execstack. Does anyone know of a detailed technical description of why these accursed codecs use executable stacks? (In reply to comment #2) > Does anyone know of a detailed technical description of why these accursed > codecs use executable stacks? There likely is no reason. They likely contain code from asm files and the developers don't add the appropriate magic to the assember or source to day there are no execstack requirements. Find the offending DSO (with execstack) and then just clear the bit (also with execstack). This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping *** This bug has been marked as a duplicate of bug 533987 *** |