Bug 756333 - SELinux is preventing /usr/lib/iscan/network from 'accept' accesses on the tcp_socket port None.
Summary: SELinux is preventing /usr/lib/iscan/network from 'accept' accesses on the tc...
Keywords:
Status: CLOSED DUPLICATE of bug 756334
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 15
Hardware: i386
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: setroubleshoot_trace_hash:f53ea14768b...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-23 10:31 UTC by Slawomir Czarko
Modified: 2011-11-23 17:03 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-11-23 17:03:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Slawomir Czarko 2011-11-23 10:31:57 UTC
SELinux is preventing /usr/lib/iscan/network from 'accept' accesses on the tcp_socket port None.

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

If you believe that network should be allowed accept access on the port None 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 network /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:colord_t:s0-s0:c0.c1023
Target Context                system_u:system_r:colord_t:s0-s0:c0.c1023
Target Objects                port None [ tcp_socket ]
Source                        network
Source Path                   /usr/lib/iscan/network
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
Policy RPM                    selinux-policy-3.9.16-44.fc15
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 2.6.41.1-1.fc15.i686.PAE #1
                              SMP Fri Nov 11 21:43:42 UTC 2011 i686 i686
Alert Count                   2
First Seen                    Wed 23 Nov 2011 10:44:23 AM CET
Last Seen                     Wed 23 Nov 2011 10:47:58 AM CET
Local ID                      a7695acb-27d2-4bbc-b94a-655a55bbee43

Raw Audit Messages
type=AVC msg=audit(1322041678.109:24): avc:  denied  { accept } for  pid=1339 comm="network" laddr=127.0.0.1 lport=54396 scontext=system_u:system_r:colord_t:s0-s0:c0.c1023 tcontext=system_u:system_r:colord_t:s0-s0:c0.c1023 tclass=tcp_socket


Hash: network,colord_t,colord_t,tcp_socket,accept

audit2allow

#============= colord_t ==============
allow colord_t self:tcp_socket accept;

audit2allow -R

#============= colord_t ==============
allow colord_t self:tcp_socket accept;

Comment 1 Daniel Walsh 2011-11-23 17:03:36 UTC

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


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