Bug 583369
| Summary: | SELinux is preventing /usr/lib/RealPlayer11GOLD/realplay.bin from making the program stack executable. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | nolimithottboy |
| 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: | carlg, dwalsh, mgrepl, nolimithottboy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:3573eb285ec1c06fb3c51ffc45eac90b9b42a3cd3b13417a2d09c67d70f764b5 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-04-19 02:14:15 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
nolimithottboy
2010-04-18 08:23:14 UTC
What is the label on realplayer ? 1) Sometimes a library is accidentally marked with the execstack flag, if you find a library with this flag you can clear it with the execstack -c LIBRARY_PATH. Then retry your application. If the app continues to not work, you can turn the flag back on with execstack -s LIBRARY_PATH. 2) If it *still* doesn't work, try the fellowing command (not recommended) chcon -t execmem_exec_t '/usr/lib/RealPlayer11GOLD/realplay.bin' Policy RPM selinux-policy-3.6.32-41.fc12 You should update your system to benefit from the latest security updates / bugfix. Maybe this have been fixed in a newest release of SELinux too. *** This bug has been marked as a duplicate of bug 533987 *** |