Résumé: SELinux is preventing access to files with the label, file_t. Description détaillée: 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 disk drive to the system you can relabel it using the restorecon command. For example if you saved the home directory from a previous installation that did not use SELinux, 'restorecon -R -v /home' will fix the labels. Otherwise you should relabel the entire file system. Autoriser l'accès: You can execute the following command as root to relabel your computer system: "touch /.autorelabel; reboot" Informations complémentaires: Contexte source system_u:system_r:xdm_t:s0-s0:c0.c1023 Contexte cible system_u:object_r:file_t:s0 Objets du contexte /home/loreley [ dir ] source gdm-simple-gree Chemin de la source /usr/libexec/gdm-simple-greeter Port <Inconnu> Hôte (removed) Paquetages RPM source gdm-2.28.1-25.fc12 Paquetages RPM cible Politique RPM selinux-policy-3.6.32-56.fc12 Selinux activé True Type de politique targeted Mode strict Enforcing Nom du plugin file Nom de l'hôte (removed) Plateforme Linux (removed) 2.6.31.6-166.fc12.x86_64 #1 SMP Wed Dec 9 10:46:22 EST 2009 x86_64 x86_64 Compteur d'alertes 246 Première alerte dim. 29 nov. 2009 17:43:44 CET Dernière alerte dim. 20 déc. 2009 11:25:35 CET ID local 415210c0-019c-45dd-b90f-a1a97fb675dd Numéros des lignes Messages d'audit bruts node=(removed) type=AVC msg=audit(1261304735.658:9): avc: denied { read } for pid=2171 comm="gdm-simple-gree" name="loreley" dev=sda5 ino=8193 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:file_t:s0 tclass=dir node=(removed) type=SYSCALL msg=audit(1261304735.658:9): arch=c000003e syscall=254 success=no exit=-13 a0=12 a1=1c127e0 a2=1002fce a3=1 items=0 ppid=2136 pid=2171 auid=4294967295 uid=42 gid=474 euid=42 suid=42 fsuid=42 egid=474 sgid=474 fsgid=474 tty=(none) ses=4294967295 comm="gdm-simple-gree" exe="/usr/libexec/gdm-simple-greeter" subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 key=(null) Hash String generated from selinux-policy-3.6.32-56.fc12,file,gdm-simple-gree,xdm_t,file_t,dir,read audit2allow suggests: #============= xdm_t ============== allow xdm_t file_t:dir read;
restorecon -R -v /home Should fix. Either way you need to fix the labels. *** This bug has been marked as a duplicate of bug 537613 ***