Summary: SELinux is preventing access to files with the label, file_t. Detailed Description: [SELinux is in permissive mode. This access was not denied.] SELinux permission checks on files labeled file_t are being denied. file_t is the context the SELinux kernel gives to files that do not have a label. This indicates a serious labeling problem. No files on an SELinux box should ever be labeled file_t. If you have just added a disk drive to the system you can relabel it using the restorecon command. For example if you saved the home directory from a previous installation that did not use SELinux, 'restorecon -R -v /home' will fix the labels. Otherwise you should relabel the entire file system. Allowing Access: You can execute the following command as root to relabel your computer system: "touch /.autorelabel; reboot" Additional Information: Source Context unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1 023 Target Context unconfined_u:object_r:file_t:s0 Target Objects /sources/binutils-build3/ld/tmpdir/vnp.so [ file ] Source vnp Source Path /sources/binutils-build3/ld/tmpdir/vnp Port <Unknown> Host (removed) Source RPM Packages Target RPM Packages Policy RPM selinux-policy-3.6.32-55.fc12 Selinux Enabled True Policy Type targeted Enforcing Mode Permissive Plugin Name file Host Name (removed) Platform Linux (removed) 2.6.31.6-145.fc12.i686.PAE #1 SMP Sat Nov 21 16:12:37 EST 2009 i686 athlon Alert Count 13 First Seen Tue 08 Dec 2009 07:00:14 PM EET Last Seen Tue 08 Dec 2009 07:11:51 PM EET Local ID f36fb483-2687-4b8f-92cc-120e013c5247 Line Numbers Raw Audit Messages node=(removed) type=AVC msg=audit(1260292311.19:22979): avc: denied { execmod } for pid=11098 comm="vnp" path="/sources/binutils-build3/ld/tmpdir/vnp.so" dev=sda5 ino=1013631 scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:file_t:s0 tclass=file node=(removed) type=SYSCALL msg=audit(1260292311.19:22979): arch=40000003 syscall=125 success=yes exit=0 a0=40023000 a1=1000 a2=5 a3=bfe882f0 items=0 ppid=21540 pid=11098 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=1 comm="vnp" exe="/sources/binutils-build3/ld/tmpdir/vnp" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) Hash String generated from selinux-policy-3.6.32-55.fc12,file,vnp,unconfined_t,file_t,file,execmod audit2allow suggests: #============= unconfined_t ============== allow unconfined_t file_t:file execmod;
*** This bug has been marked as a duplicate of bug 537613 ***