Summary: SELinux is preventing /usr/bin/mythfrontend from loading /usr/lib/mythtv/filters/libgreedyhdeint.so which requires text relocation. Detailed Description: The mythfrontend application attempted to load /usr/lib/mythtv/filters/libgreedyhdeint.so which requires text relocation. This is a potential security problem. Most libraries do not need this permission. Libraries are sometimes coded incorrectly and request this permission. The SELinux Memory Protection Tests (http://people.redhat.com/drepper/selinux-mem.html) web page explains how to remove this requirement. You can configure SELinux temporarily to allow /usr/lib/mythtv/filters/libgreedyhdeint.so to use relocation as a workaround, until the library is fixed. Please file a bug report. Allowing Access: If you trust /usr/lib/mythtv/filters/libgreedyhdeint.so to run correctly, you can change the file context to textrel_shlib_t. "chcon -t textrel_shlib_t '/usr/lib/mythtv/filters/libgreedyhdeint.so'" You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t textrel_shlib_t '/usr/lib/mythtv/filters/libgreedyhdeint.so'" Fix Command: chcon -t textrel_shlib_t '/usr/lib/mythtv/filters/libgreedyhdeint.so' Additional Information: Source Context unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1 023 Target Context system_u:object_r:lib_t:s0 Target Objects /usr/lib/mythtv/filters/libgreedyhdeint.so [ file ] Source mythfrontend Source Path /usr/bin/mythfrontend Port <Unknown> Host (removed) Source RPM Packages mythtv-frontend-0.22-2.fc12 Target RPM Packages mythtv-frontend-0.22-2.fc12 Policy RPM selinux-policy-3.6.32-56.fc12 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Plugin Name allow_execmod Host Name (removed) Platform Linux (removed) 2.6.31.6-166.fc12.i686.PAE #1 SMP Wed Dec 9 11:00:30 EST 2009 i686 athlon Alert Count 13 First Seen Sun 13 Dec 2009 09:57:13 PM AST Last Seen Tue 22 Dec 2009 03:18:22 PM AST Local ID 99c68c73-844f-47a6-af18-41210ab08dba Line Numbers Raw Audit Messages node=(removed) type=AVC msg=audit(1261484302.687:97): avc: denied { execmod } for pid=27890 comm="mythfrontend" path="/usr/lib/mythtv/filters/libgreedyhdeint.so" dev=sda3 ino=241663 scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=system_u:object_r:lib_t:s0 tclass=file node=(removed) type=SYSCALL msg=audit(1261484302.687:97): arch=40000003 syscall=125 success=no exit=-13 a0=f7c000 a1=4000 a2=5 a3=a70e0df0 items=0 ppid=1678 pid=27890 auid=500 uid=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) ses=1 comm="mythfrontend" exe="/usr/bin/mythfrontend" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) Hash String generated from selinux-policy-3.6.32-56.fc12,allow_execmod,mythfrontend,unconfined_t,lib_t,file,execmod audit2allow suggests: #============= unconfined_t ============== #!!!! This avc can be allowed using the boolean 'allow_execmod' allow unconfined_t lib_t:file execmod;
*** This bug has been marked as a duplicate of bug 547555 ***