Summary: SELinux is preventing the ck-get-x11-serv from using potentially mislabeled files (.Xauthority). Detailed Description: SELinux has denied ck-get-x11-serv access to potentially mislabeled file(s) (.Xauthority). This means that SELinux will not allow ck-get-x11-serv to use these files. It is common for users to edit files in their home directory or tmp directories and then move (mv) them to system directories. The problem is that the files end up with the wrong file context which confined applications are not allowed to access. Allowing Access: If you want ck-get-x11-serv to access this files, you need to relabel them using restorecon -v '.Xauthority'. You might want to relabel the entire directory using restorecon -R -v ''. Additional Information: Source Context system_u:system_r:consolekit_t:s0-s0:c0.c1023 Target Context unconfined_u:object_r:admin_home_t:s0 Target Objects .Xauthority [ file ] Source ck-get-x11-serv Source Path /usr/libexec/ck-get-x11-server-pid Port <Unknown> Host (removed) Source RPM Packages ConsoleKit-x11-0.3.0-8.fc11 Target RPM Packages Policy RPM selinux-policy-3.6.12-81.fc11 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Plugin Name home_tmp_bad_labels Host Name (removed) Platform Linux (removed) 2.6.30.5-43.fc11.i686.PAE #1 SMP Thu Aug 27 21:34:36 EDT 2009 i686 i686 Alert Count 1 First Seen Fri 11 Sep 2009 09:42:42 PM EDT Last Seen Fri 11 Sep 2009 09:42:42 PM EDT Local ID ec3374c2-5cba-46f4-bcbc-6e707b71b175 Line Numbers Raw Audit Messages node=(removed) type=AVC msg=audit(1252719762.743:27): avc: denied { read } for pid=2886 comm="ck-get-x11-serv" name=".Xauthority" dev=dm-0 ino=83824 scontext=system_u:system_r:consolekit_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file node=(removed) type=SYSCALL msg=audit(1252719762.743:27): arch=40000003 syscall=33 success=no exit=-13 a0=bf9cafbc a1=4 a2=873a60 a3=bf9cafbc items=0 ppid=2885 pid=2886 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ck-get-x11-serv" exe="/usr/libexec/ck-get-x11-server-pid" subj=system_u:system_r:consolekit_t:s0-s0:c0.c1023 key=(null) Hash String generated from selinux-policy-3.6.12-81.fc11,home_tmp_bad_labels,ck-get-x11-serv,consolekit_t,admin_home_t,file,read audit2allow suggests: #============= consolekit_t ============== allow consolekit_t admin_home_t:file read;
*** This bug has been marked as a duplicate of bug 538428 ***