Bug 521565 - setroubleshoot: SELinux is preventing the wineserver from using potentially mislabeled files (/tmp).
Summary: setroubleshoot: SELinux is preventing the wineserver from using potentia...
Keywords:
Status: CLOSED DUPLICATE of bug 521567
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:e55b919829c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-06 22:50 UTC by Sebastiano M. Cossu
Modified: 2009-09-07 11:01 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-07 11:01:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sebastiano M. Cossu 2009-09-06 22:50:35 UTC
The following was filed automatically by setroubleshoot:

Sommario:

SELinux is preventing the wineserver from using potentially mislabeled files
(/tmp).

Descrizione dettagliata:

[wineserver has a permissive type (wine_t). This access was not denied.]

SELinux has denied wineserver access to potentially mislabeled file(s) (/tmp).
This means that SELinux will not allow wineserver 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.

Abilitazione accesso in corso:

If you want wineserver to access this files, you need to relabel them using
restorecon -v '/tmp'. You might want to relabel the entire directory using
restorecon -R -v '/tmp'.

Informazioni aggiuntive:

Contesto della sorgente       unconfined_u:unconfined_r:wine_t:s0-s0:c0.c1023
Contesto target               system_u:object_r:tmp_t:s0
Oggetti target                /tmp [ dir ]
Sorgente                      wineserver
Percorso della sorgente       /usr/bin/wineserver
Porta                         <Sconosciuto>
Host                          (removed)
Sorgente Pacchetti RPM        wine-core-1.1.29-1.fc12
Pacchetti RPM target          filesystem-2.4.30-2.fc12
RPM della policy              selinux-policy-3.6.30-2.fc12
Selinux abilitato             True
Tipo di policy                targeted
MLS abilitato                 True
Modalità Enforcing           Enforcing
Nome plugin                   home_tmp_bad_labels
Host Name                     (removed)
Piattaforma                   Linux (removed) 2.6.31-0.204.rc9.fc12.i686 #1 SMP Sat
                              Sep 5 21:01:10 EDT 2009 i686 i686
Conteggio avvisi              3
Primo visto                   lun 07 set 2009 00:35:58 CEST
Ultimo visto                  lun 07 set 2009 00:35:58 CEST
ID locale                     4b1b0b98-c9c2-48dc-bb54-696a33c70dba
Numeri di linea               

Messaggi Raw Audit            

node=(removed) type=AVC msg=audit(1252276558.766:93): avc:  denied  { write } for  pid=6062 comm="wineserver" name="tmp" dev=dm-0 ino=280 scontext=unconfined_u:unconfined_r:wine_t:s0-s0:c0.c1023 tcontext=system_u:object_r:tmp_t:s0 tclass=dir

node=(removed) type=AVC msg=audit(1252276558.766:93): avc:  denied  { add_name } for  pid=6062 comm="wineserver" name=".wine-500" scontext=unconfined_u:unconfined_r:wine_t:s0-s0:c0.c1023 tcontext=system_u:object_r:tmp_t:s0 tclass=dir

node=(removed) type=AVC msg=audit(1252276558.766:93): avc:  denied  { create } for  pid=6062 comm="wineserver" name=".wine-500" scontext=unconfined_u:unconfined_r:wine_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:tmp_t:s0 tclass=dir

node=(removed) type=SYSCALL msg=audit(1252276558.766:93): arch=40000003 syscall=39 success=yes exit=0 a0=96b7da8 a1=1c0 a2=96b7da8 a3=bfca7460 items=0 ppid=6058 pid=6062 auid=500 uid=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) ses=1 comm="wineserver" exe="/usr/bin/wineserver" subj=unconfined_u:unconfined_r:wine_t:s0-s0:c0.c1023 key=(null)


audit2allow suggests:

#============= wine_t ==============
allow wine_t tmp_t:dir { write create add_name };

Comment 1 Daniel Walsh 2009-09-07 11:01:10 UTC

*** This bug has been marked as a duplicate of bug 521567 ***


Note You need to log in before you can comment on or make changes to this bug.