Bug 537967
| Summary: | SELinux is preventing /usr/bin/avidemux2_gtk from loading /usr/lib/libADM5avcodec.so.52 which requires text relocation. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Halfasleep <tom> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | dwalsh, igndenok, Jacek.Pliszka, markhuomian, mgrepl, mikko.forsblom, sekhar2828, somedamfool, vlapan |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:08b2b3aa29603a01414e0470e6a97abbb80100e53ee34d8dce4c4ae3438a8d12 | ||
| Fixed In Version: | 3.6.32-55.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-12-07 22:46:32 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
Halfasleep
2009-11-17 00:35:07 UTC
Fixed in selinux-policy-3.6.32-46.fc12.noarch selinux-policy-3.6.32-49.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/selinux-policy-3.6.32-49.fc12 selinux-policy-3.6.32-49.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-12131 selinux-policy-3.6.32-49.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. Installing selinux-policy-3.6.32-49.fc12 did not fix the problem. Here is what happens: I allowed text relocation for ADM5avcodec.so.52, but the next time I tried to launchavidemux it blocked ADM5swscale.so.0. Each time I allow text relocation for a blocked file, and the next time it blocks another file. When I got to ADM5postproc.so.51 it continues blocking it even after I allow text relocation, so I stopped there. These are the files blocked so far: ADM5avcodec.so.52 ADM5swscale.so.0 ADM5coreimage.so.0 ADM5postproc.so.51 chcon -t textrel_shlib_t All of those files and it should work. Could you give me the path to all of those files? I did: [root@localhost ~]# chcon -t textrel_shlib_t '/usr/lib/libADM5avcodec.so.52' [root@localhost ~]# chcon -t textrel_shlib_t '/usr/lib/libADM5swscale.so.0' [root@localhost ~]# chcon -t textrel_shlib_t '/usr/lib/libADM5postproc.so.51' [root@localhost ~]# chcon -t textrel_shlib_t '/usr/lib/libADM5avutil.so.50' [root@localhost ~]# And both Avidemux GTK and Avidemux QT4 work now. Thank you! Mike Fixed in selinux-policy-3.6.32-53.fc12.noarch selinux-policy-3.6.32-55.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/selinux-policy-3.6.32-55.fc12 selinux-policy-3.6.32-55.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-12650 selinux-policy-3.6.32-55.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |