Bug 890745

Summary: SELinux is preventing /usr/bin/python2.7 from 'name_connect' accesses on the tcp_socket .
Product: [Fedora] Fedora Reporter: Lanny Bland <blanlan>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:4384509554b878d0f7410d6bcfc4addfb8d08cbe630d3efa2f45daddeb40b33a
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-07 03:58:59 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 Lanny Bland 2012-12-29 14:18:43 UTC
Description of problem:
SELinux is preventing /usr/bin/python2.7 from 'name_connect' accesses on the tcp_socket .

*****  Plugin catchall (100. confidence) suggests  ***************************

If you believe that python2.7 should be allowed name_connect access on the  tcp_socket 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 rhsmcertd-worke /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:rhsmcertd_t:s0
Target Context                system_u:object_r:http_port_t:s0
Target Objects                 [ tcp_socket ]
Source                        rhsmcertd-worke
Source Path                   /usr/bin/python2.7
Port                          443
Host                          (removed)
Source RPM Packages           python-2.7.3-7.2.fc17.x86_64
Target RPM Packages           
Policy RPM                    selinux-policy-3.10.0-165.fc17.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Host Name                     (removed)
Platform                      Linux (removed) 3.6.11-1.fc17.x86_64 #1 SMP Mon
                              Dec 17 22:16:35 UTC 2012 x86_64 x86_64
Alert Count                   1
First Seen                    2012-12-29 07:53:15 CST
Last Seen                     2012-12-29 07:53:15 CST
Local ID                      4fb09fe2-99f7-443f-bc48-ce51351b5c24

Raw Audit Messages
type=AVC msg=audit(1356789195.903:68): avc:  denied  { name_connect } for  pid=1777 comm="rhsmcertd-worke" dest=443 scontext=system_u:system_r:rhsmcertd_t:s0 tcontext=system_u:object_r:http_port_t:s0 tclass=tcp_socket


type=SYSCALL msg=audit(1356789195.903:68): arch=x86_64 syscall=connect success=no exit=EINPROGRESS a0=5 a1=7fff9922afc0 a2=10 a3=40 items=0 ppid=811 pid=1777 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=rhsmcertd-worke exe=/usr/bin/python2.7 subj=system_u:system_r:rhsmcertd_t:s0 key=(null)

Hash: rhsmcertd-worke,rhsmcertd_t,http_port_t,tcp_socket,name_connect

audit2allow

#============= rhsmcertd_t ==============
#!!!! This avc is allowed in the current policy

allow rhsmcertd_t http_port_t:tcp_socket name_connect;

audit2allow -R

#============= rhsmcertd_t ==============
#!!!! This avc is allowed in the current policy

allow rhsmcertd_t http_port_t:tcp_socket name_connect;


Additional info:
hashmarkername: setroubleshoot
kernel:         3.6.11-1.fc17.x86_64
type:           libreport

Comment 1 Miroslav Grepl 2013-01-02 11:38:07 UTC
Fixed in selinux-policy-3.11.1-69.fc18

Comment 2 Fedora Update System 2013-01-03 13:06:57 UTC
selinux-policy-3.10.0-166.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/FEDORA-2012-20544/selinux-policy-3.10.0-166.fc17

Comment 3 Fedora Update System 2013-01-05 06:39:13 UTC
Package selinux-policy-3.10.0-166.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing selinux-policy-3.10.0-166.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-20544/selinux-policy-3.10.0-166.fc17
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-01-07 03:59:00 UTC
selinux-policy-3.10.0-166.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.