Hide Forgot
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 new disk drive to the system you can relabel it using the restorecon command. 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 system_u:system_r:abrt_t:s0 Target Context system_u:object_r:file_t:s0 Target Objects /var/cache/abrt/pyhook-1269371222-2205/time [ file ] Source abrtd Source Path /usr/sbin/abrtd Port <Unknown> Host (removed) Source RPM Packages abrt-0.0.11-1.fc12 Target RPM Packages Policy RPM selinux-policy-3.6.32-41.fc12 Selinux Enabled True Policy Type targeted MLS Enabled True Enforcing Mode Permissive Plugin Name file Host Name (removed) Platform Linux (removed) 2.6.31.5-127.fc12.i686 #1 SMP Sat Nov 7 21:41:45 EST 2009 i686 i686 Alert Count 2 First Seen Wed 12 Jan 2011 09:58:38 AM GMT Last Seen Wed 12 Jan 2011 09:58:38 AM GMT Local ID 77eaf815-da97-46bc-976b-26f57e170084 Line Numbers Raw Audit Messages node=(removed) type=AVC msg=audit(1294826318.100:8): avc: denied { read } for pid=1353 comm="abrtd" name="time" dev=dm-0 ino=170005 scontext=system_u:system_r:abrt_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=file node=(removed) type=AVC msg=audit(1294826318.100:8): avc: denied { open } for pid=1353 comm="abrtd" name="time" dev=dm-0 ino=170005 scontext=system_u:system_r:abrt_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=file node=(removed) type=SYSCALL msg=audit(1294826318.100:8): arch=40000003 syscall=5 success=yes exit=9 a0=9d77154 a1=8000 a2=1b6 a3=d8b490 items=0 ppid=1 pid=1353 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="abrtd" exe="/usr/sbin/abrtd" subj=system_u:system_r:abrt_t:s0 key=(null) Hash String generated from selinux-policy-3.6.32-41.fc12,file,abrtd,abrt_t,file_t,file,read audit2allow suggests: #============= abrt_t ============== allow abrt_t file_t:file { read open };
*** This bug has been marked as a duplicate of bug 675469 ***