Bug 671837

Summary: SELinux is preventing /usr/bin/python "connectto" access on @/tmp/.X11-unix/X0.
Product: [Fedora] Fedora Reporter: maurizio <antillon.maurizio>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 13CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: setroubleshoot_trace_hash:0c8cd9b0656754d80cdf5dc47c7868718f3b781d97e7ce7836fbb802787fe1bb
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-24 14:04:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description maurizio 2011-01-22 08:16:29 UTC
Summary:

SELinux is preventing /usr/bin/python "connectto" access on @/tmp/.X11-unix/X0.

Detailed Description:

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

SELinux denied access requested by python. It is not expected that this access
is required by python 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://docs.fedoraproject.org/selinux-faq-fc5/#id2961385) Please file a bug
report.

Additional Information:

Source Context                sysadm_u:sysadm_r:oddjob_mkhomedir_t:s0-s0:c0.c102
                              3
Target Context                system_u:system_r:xserver_t:s0-s0:c0.c1023
Target Objects                @/tmp/.X11-unix/X0 [ unix_stream_socket ]
Source                        python
Source Path                   /usr/bin/python
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           python-2.6.4-25.fc13
Target RPM Packages           
Policy RPM                    selinux-policy-3.7.19-69.fc13
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Plugin Name                   catchall
Host Name                     (removed)
Platform                      Linux (removed) 2.6.34.7-61.fc13.i686
                              #1 SMP Tue Oct 19 04:42:47 UTC 2010 i686 i686
Alert Count                   1
First Seen                    Fri 21 Jan 2011 01:07:37 AM MST
Last Seen                     Fri 21 Jan 2011 01:07:37 AM MST
Local ID                      e06c6117-8b2d-41ec-b8da-f4ef6f1f42d3
Line Numbers                  

Raw Audit Messages            

node=(removed) type=AVC msg=audit(1295597257.65:26557): avc:  denied  { connectto } for  pid=3774 comm="python" path=002F746D702F2E5831312D756E69782F5830 scontext=sysadm_u:sysadm_r:oddjob_mkhomedir_t:s0-s0:c0.c1023 tcontext=system_u:system_r:xserver_t:s0-s0:c0.c1023 tclass=unix_stream_socket

node=(removed) type=SYSCALL msg=audit(1295597257.65:26557): arch=40000003 syscall=102 success=yes exit=0 a0=3 a1=bf8a66e0 a2=48e334 a3=4 items=0 ppid=1914 pid=3774 auid=500 uid=500 gid=493 euid=500 suid=500 fsuid=500 egid=493 sgid=493 fsgid=493 tty=(none) ses=1 comm="python" exe="/usr/bin/python" subj=sysadm_u:sysadm_r:oddjob_mkhomedir_t:s0-s0:c0.c1023 key=(null)



Hash String generated from  catchall,python,oddjob_mkhomedir_t,xserver_t,unix_stream_socket,connectto
audit2allow suggests:

#============= oddjob_mkhomedir_t ==============
allow oddjob_mkhomedir_t xserver_t:unix_stream_socket connectto;

Comment 1 Daniel Walsh 2011-01-24 14:04:46 UTC

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