Hide Forgot
SELinux is preventing /usr/libexec/gdm-session-worker from 'unlink' accesses on the file /home/Bruce/.dmrc. ***** Plugin restorecon (99.5 confidence) suggests ************************* If you want to fix the label. /home/Bruce/.dmrc default label should be xdm_home_t. Then you can run restorecon. Do # /sbin/restorecon -v /home/Bruce/.dmrc ***** Plugin catchall (1.49 confidence) suggests *************************** If you believe that gdm-session-worker should be allowed unlink access on the .dmrc 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 gdm-session-wor /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 unconfined_u:object_r:user_home_dir_t:s0 Target Objects /home/Bruce/.dmrc [ file ] Source gdm-session-wor Source Path /usr/libexec/gdm-session-worker Port <Unknown> Host (removed) Source RPM Packages gdm-2.32.1-2.fc14 Target RPM Packages Policy RPM selinux-policy-3.9.7-40.fc14 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 2.6.35.13-92.fc14.x86_64 #1 SMP Sat May 21 17:26:25 UTC 2011 x86_64 x86_64 Alert Count 1 First Seen Tue 21 Jun 2011 11:50:07 PM EDT Last Seen Tue 21 Jun 2011 11:50:07 PM EDT Local ID 37fad8ee-1a95-4c53-8650-98209ef56614 Raw Audit Messages type=AVC msg=audit(1308714607.839:73578): avc: denied { unlink } for pid=4672 comm="gdm-session-wor" name=".dmrc" dev=dm-2 ino=3672975 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_dir_t:s0 tclass=file type=SYSCALL msg=audit(1308714607.839:73578): arch=x86_64 syscall=rename success=no exit=EACCES a0=19d7840 a1=19d66f0 a2=1a32280 a3=1 items=0 ppid=4642 pid=4672 auid=500 uid=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) ses=4 comm=gdm-session-wor exe=/usr/libexec/gdm-session-worker subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 key=(null) Hash: gdm-session-wor,xdm_t,user_home_dir_t,file,unlink audit2allow #============= xdm_t ============== allow xdm_t user_home_dir_t:file unlink; audit2allow -R #============= xdm_t ============== allow xdm_t user_home_dir_t:file unlink;
*** This bug has been marked as a duplicate of bug 715155 ***