|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/share/setroubleshoot/plugins/ |
Upload File : |
mò
¡8Hc @ sR d k Z e i d d d e ƒi Z d k Td k l Z d e f d „ ƒ YZ d S( Ns setroubleshoot-pluginss /usr/share/localet fallback( t *( s Plugint pluginc B sD t Z e d ƒ Z e d ƒ Z e d ƒ Z d Z d „ Z d „ Z RS( Ns`
SELinux is preventing the $SOURCE ($SOURCE_TYPE) from connecting to port $PORT_NUMBER.
sD
SELinux has denied the $SOURCE from connecting to a network port $PORT_NUMBER which does not have an SELinux type associated with it.
If $SOURCE is supposed to be allowed to connect on this port, you can use the semanage command to add this port to a port type that $SOURCE_TYPE can connect to. <i>semanage port -L</i> will list all port types. Please file a <a href="http://bugzilla.redhat.com/bugzilla/enter_bug.cgi">bug report</a> against the selinux-policy package.
If $SOURCE is not supposed
to bind to this port, this could signal a intrusion attempt.
s¶
If you want to allow $SOURCE to connect to this port
semanage port -a -t PORT_TYPE -p PROTOCOL $PORT_NUMBER
Where PORT_TYPE is a type that $SOURCE_TYPE can connect.
t c C s! t i | t ƒ | i d ƒ d S( Ni7 ( t Plugint __init__t selft __name__t set_priority( R ( ( t2 /usr/share/setroubleshoot/plugins/connect_ports.pyR - s c C s_ | i d d g ƒ oE | i d g ƒ o2 | i | t d ƒ | i | i | i | i ƒ Sn d S( Nt reserved_port_tt port_tt name_connects
Network Ports( t avct matches_target_typest has_any_access_inR t reportt _t summaryt problem_descriptiont fix_descriptiont fix_cmdt None( R R
( ( R t analyze1 s
)( R t
__module__R R R R R R R ( ( ( R R s ( t gettextt translationt Truet lgettextR t setroubleshoot.utilt setroubleshoot.PluginR R ( R R R R ( ( R t ? s