|
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/21573/task/21573/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 binding to port $PORT_NUMBER.
sĀ
SELinux has denied the $SOURCE from binding to a network port $PORT_NUMBER which does not have an SELinux type associated with it.
If $SOURCE is supposed to be allowed to listen on this port, you can use the semanage command to add this port to a port type that $SOURCE_TYPE can bind 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.
If this system is running as an NIS Client, turning on the allow_ypbind boolean, may fix the problem. setsebool -P allow_ypbind=1.
sĖ
If you want to allow $SOURCE to bind to this port
semanage port -a -t PORT_TYPE -p PROTOCOL $PORT_NUMBER
Where PORT_TYPE is a type that $SOURCE_TYPE can bind and PROTOCOL is udp or tcp.
t c C s! t i | t | i d d S( Ni7 ( t Plugint __init__t selft __name__t set_priority( R ( ( t/ /usr/share/setroubleshoot/plugins/bind_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_binds
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 analyze2 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