Additional info: libreport version: 2.0.18 kernel: 3.3.4-5.fc17.x86_64 description: :SELinux is preventing /usr/bin/gnome-shell from 'read' accesses on the file /usr/lib64/girepository-1.0/Folks-0.6.typelib. : :***** Plugin restorecon (99.5 confidence) suggests ************************* : :If you want to fix the label. :/usr/lib64/girepository-1.0/Folks-0.6.typelib default label should be lib_t. :Then you can run restorecon. :Do :# /sbin/restorecon -v /usr/lib64/girepository-1.0/Folks-0.6.typelib : :***** Plugin catchall (1.49 confidence) suggests *************************** : :If you believe that gnome-shell should be allowed read access on the Folks-0.6.typelib file by default. :Then you should report this as a bug. :You can generate a local policy module to allow this access. :Do :allow this access for now by executing: :# grep gnome-shell /var/log/audit/audit.log | audit2allow -M mypol :# semodule -i mypol.pp : :Additional Information: :Source Context system_u:system_r:xdm_t:s0-s0:c0.c1023 :Target Context system_u:object_r:man_t:s0 :Target Objects /usr/lib64/girepository-1.0/Folks-0.6.typelib [ : file ] :Source gnome-shell :Source Path /usr/bin/gnome-shell :Port <Unknown> :Host (removed) :Source RPM Packages gnome-shell-3.4.1-6.fc17.x86_64 :Target RPM Packages folks-0.6.9-2.fc17.x86_64 :Policy RPM selinux-policy-3.10.0-161.fc17.noarch :Selinux Enabled True :Policy Type targeted :Enforcing Mode Enforcing :Host Name (removed) :Platform Linux (removed) 3.3.4-5.fc17.x86_64 #1 SMP Mon May : 7 17:29:34 UTC 2012 x86_64 x86_64 :Alert Count 2 :First Seen 2013-01-07 10:47:12 EET :Last Seen 2013-01-07 10:47:12 EET :Local ID d747afd2-adc1-4730-b19f-0df3ae61dd86 : :Raw Audit Messages :type=AVC msg=audit(1357548432.770:29): avc: denied { read } for pid=1225 comm="gnome-shell" name="Folks-0.6.typelib" dev="dm-1" ino=171522 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:man_t:s0 tclass=file : : :type=SYSCALL msg=audit(1357548432.770:29): arch=x86_64 syscall=open success=no exit=EACCES a0=30dd250 a1=0 a2=0 a3=0 items=0 ppid=1142 pid=1225 auid=42 uid=42 gid=42 euid=42 suid=42 fsuid=42 egid=42 sgid=42 fsgid=42 tty=(none) ses=1 comm=gnome-shell exe=/usr/bin/gnome-shell subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 key=(null) : :Hash: gnome-shell,xdm_t,man_t,file,read : :audit2allowunable to open /sys/fs/selinux/policy: Permission denied : : :audit2allow -Runable to open /sys/fs/selinux/policy: Permission denied : :
Created attachment 674187 [details] File: type
Created attachment 674188 [details] File: hashmarkername
The avc tells you want to do. Looks like you have some mislabeled files under /usr/lib64. # restorecon -R -v /usr/lib64 Should fix.