Bug 537636
| Summary: | SELinux is preventing /usr/bin/empathy from making the program stack executable. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Corentin Perard-Gayot <corentin.perard> |
| 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: | c.twelve, dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:2c159e6a1b60360670252923bb3959be3043840544a869c25670117917098ff6 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-11-16 08:29:50 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
Corentin Perard-Gayot
2009-11-15 10:53:37 UTC
This bug is happening on a clean install with F12 liveCD nighly compose of november, 11, 2009 with every update installed. The same error is happening with desktop-effects. I already tried to relabel the entire filesystem with 'touch /.autorelabel', with no effect. *** This bug has been marked as a duplicate of bug 533987 *** Are you using nvidia drivers? (In reply to comment #3) > Are you using nvidia drivers? yes ! after having read the thread about the bug this one is marked duplicate of, I ran : find /usr/lib64 -name \*.so\* -exec execstack -q {} \; -print | grep ^X as suggested and found nvidia drivers (from rpmfusion-rawhide) were the culprits. Also when performing a package-cleanup --orphans, I noticed the drivers weren't in the repos anymore, so I suppose there are being worked on at rpmfusion ;-) Anyway I uninstalled them and I am currently running fedora 12 with nouveau, everything works fine now. |