Summary: SELinux is preventing googleearth-bin from loading /opt/google-earth/libminizip.so which requires text relocation. Detailed Description: The googleearth-bin application attempted to load /opt/google-earth/libminizip.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 /opt/google-earth/libminizip.so to use relocation as a workaround, until the library is fixed. Please file a bug report (http://bugzilla.redhat.com/bugzilla/enter_bug.cgi) against this package. Allowing Access: If you trust /opt/google-earth/libminizip.so to run correctly, you can change the file context to textrel_shlib_t. "chcon -t textrel_shlib_t '/opt/google-earth/libminizip.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 '/opt/google-earth/libminizip.so'" Fix Command: chcon -t textrel_shlib_t '/opt/google-earth/libminizip.so' Additional Information: Source Context unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1 023 Target Context unconfined_u:object_r:usr_t:s0 Target Objects /opt/google-earth/libminizip.so [ file ] Source googleearth-bin Source Path /opt/google-earth/googleearth-bin Port <Unknown> Host (removed) Source RPM Packages Target RPM Packages Policy RPM selinux-policy-3.6.12-72.fc11 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Plugin Name allow_execmod Host Name (removed) Platform Linux (removed) 2.6.29.6-217.2.8.fc11.x86_64 #1 SMP Sat Aug 15 01:06:26 EDT 2009 x86_64 x86_64 Alert Count 1 First Seen Fri 21 Aug 2009 09:22:09 PM MDT Last Seen Fri 21 Aug 2009 09:22:09 PM MDT Local ID 178ba661-1303-4df8-9d7e-c48896eb4edb Line Numbers Raw Audit Messages node=(removed) type=AVC msg=audit(1250911329.971:19): avc: denied { execmod } for pid=2642 comm="googleearth-bin" path="/opt/google-earth/libminizip.so" dev=dm-1 ino=128200 scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file node=(removed) type=SYSCALL msg=audit(1250911329.971:19): arch=40000003 syscall=125 success=no exit=-13 a0=f74000 a1=6000 a2=5 a3=ffb5d290 items=0 ppid=2485 pid=2642 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=1 comm="googleearth-bin" exe="/opt/google-earth/googleearth-bin" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) Hash String generated from selinux-policy-3.6.12-72.fc11,allow_execmod,googleearth-bin,unconfined_t,usr_t,file,execmod audit2allow suggests: #============= unconfined_t ============== allow unconfined_t usr_t:file execmod;
*** This bug has been marked as a duplicate of bug 538428 ***