Hide Forgot
SELinux is preventing /usr/sbin/pcscd from 'getattr' accesses on the file /run/udev/data/c189:3. ***** Plugin restorecon (99.5 confidence) suggests ************************* If you want to fix the label. /run/udev/data/c189:3 default label should be default_t. Then you can run restorecon. Do # /sbin/restorecon -v /run/udev/data/c189:3 ***** Plugin catchall (1.49 confidence) suggests *************************** If you believe that pcscd should be allowed getattr access on the c189:3 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 pcscd /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:pcscd_t:s0 Target Context system_u:object_r:tmpfs_t:s0 Target Objects /run/udev/data/c189:3 [ file ] Source pcscd Source Path /usr/sbin/pcscd Port <Unknown> Host (removed) Source RPM Packages Target RPM Packages Policy RPM selinux-policy-3.9.16-6.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Permissive Host Name (removed) Platform Linux (removed) 2.6.38.2-9.fc15.x86_64 #1 SMP Wed Mar 30 16:55:57 UTC 2011 x86_64 x86_64 Alert Count 2 First Seen Thu 31 Mar 2011 10:01:21 AM CEST Last Seen Thu 31 Mar 2011 12:48:22 PM CEST Local ID 7b5acdab-d573-40b9-9db8-15a4e6a49d8d Raw Audit Messages type=AVC msg=audit(1301568502.253:210): avc: denied { getattr } for pid=1223 comm="pcscd" path="/run/udev/data/c189:3" dev=tmpfs ino=71283 scontext=system_u:system_r:pcscd_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file type=SYSCALL msg=audit(1301568502.253:210): arch=x86_64 syscall=fstat success=yes exit=0 a0=2 a1=7f566b4f26b0 a2=7f566b4f26b0 a3=0 items=0 ppid=1 pid=1223 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=pcscd exe=2F7573722F7362696E2F7063736364202864656C6574656429 subj=system_u:system_r:pcscd_t:s0 key=(null) Hash: pcscd,pcscd_t,tmpfs_t,file,getattr audit2allow #============= pcscd_t ============== allow pcscd_t tmpfs_t:file getattr; audit2allow -R #============= pcscd_t ============== allow pcscd_t tmpfs_t:file getattr;
*** This bug has been marked as a duplicate of bug 692459 ***