Bug 522336

Summary: setroubleshoot: SELinux is preventing winevdm.exe "getattr" access on /var/run/cups/cups.sock.
Product: [Fedora] Fedora Reporter: shmuel siegel <fedora>
Component: selinux-policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dwalsh, jkubin, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:769dba7b448e005c5fd2d0378747429324d8e648e819430d6093fab86e12d6fc
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-10 12:24:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description shmuel siegel 2009-09-10 06:00:14 UTC
The following was filed automatically by setroubleshoot:

Summary:

SELinux is preventing winevdm.exe "getattr" access on /var/run/cups/cups.sock.

Detailed Description:

[SELinux is in permissive mode. This access was not denied.]

SELinux denied access requested by winevdm.exe. It is not expected that this
access is required by winevdm.exe and this access may signal an intrusion
attempt. It is also possible that the specific version or configuration of the
application is causing it to require additional access.

Allowing Access:

You can generate a local policy module to allow this access - see FAQ
(http://fedora.redhat.com/docs/selinux-faq-fc5/#id2961385) Please file a bug
report (http://bugzilla.redhat.com/bugzilla/enter_bug.cgi) against this package.

Additional Information:

Source Context                unconfined_u:unconfined_r:wine_t:s0-s0:c0.c1023
Target Context                system_u:object_r:cupsd_var_run_t:s0
Target Objects                /var/run/cups/cups.sock [ sock_file ]
Source                        winevdm.exe
Source Path                   /usr/bin/wine-preloader
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           wine-core-1.1.29-1.fc12
Target RPM Packages           
Policy RPM                    selinux-policy-3.6.30-4.fc12
Selinux Enabled               True
Policy Type                   targeted
MLS Enabled                   True
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed)
                              2.6.31-0.204.rc9.fc12.i686 #1 SMP Sat Sep 5
                              21:01:10 EDT 2009 i686 i686
Alert Count                   2
First Seen                    Wed 09 Sep 2009 01:45:21 AM IDT
Last Seen                     Wed 09 Sep 2009 09:11:22 AM IDT
Local ID                      6a4905d3-250c-427a-bdc4-473c2dc7122f
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1252476682.302:239): avc:  denied  { getattr } for  pid=5568 comm="winevdm.exe" path="/var/run/cups/cups.sock" dev=sda8 ino=835676 scontext=unconfined_u:unconfined_r:wine_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cupsd_var_run_t:s0 tclass=sock_file

node=(removed) type=SYSCALL msg=audit(1252476682.302:239): arch=40000003 syscall=195 success=yes exit=0 a0=200f761b a1=6b3c7c a2=682f2ff4 a3=7ec0f990 items=0 ppid=1 pid=5568 auid=500 uid=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) ses=1 comm="winevdm.exe" exe="/usr/bin/wine-preloader" subj=unconfined_u:unconfined_r:wine_t:s0-s0:c0.c1023 key=(null)


audit2allow suggests:

#============= wine_t ==============
allow wine_t cupsd_var_run_t:sock_file getattr;

Comment 1 Daniel Walsh 2009-09-10 12:24:53 UTC

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