| Server IP : 77.68.64.20 / Your IP : 216.73.217.31 Web Server : Apache System : Linux hp3-wp-1011317.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els8.x86_64 #1 SMP Sun Jul 5 17:25:39 UTC 2026 x86_64 User : csh2392878 ( 2033753) PHP Version : 8.3.30 Disable Function : shell_exec,exec,system,popen,set_time_limit MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/setroubleshoot/plugins/ |
Upload File : |
�
c�L]c @ s^ d d l Z e j d d e �Z e j Z d d l Td d l m Z d e f d � � YZ d S( i����Ns setroubleshoot-pluginst fallback( t *( t Plugint pluginc B s_ e Z e d � Z e d � Z e d � Z d Z e d � Z d Z d � Z d � Z
d � Z RS( sR
SELinux is preventing $SOURCE_PATH from connecting to port $PORT_NUMBER.
s�
SELinux has denied $SOURCE from connecting to a network port $PORT_NUMBER which does not have an SELinux type associated with it.
If $SOURCE should be allowed to connect on $PORT_NUMBER, use the <i>semanage</i> command to assign $PORT_NUMBER to a port type that $SOURCE_TYPE can connect to (%s).
If $SOURCE is not supposed
to connect to $PORT_NUMBER, this could signal an intrusion attempt.
s�
If you want to allow $SOURCE to connect to $PORT_NUMBER, you can execute
# semanage port -a -t PORT_TYPE -p %s $PORT_NUMBER
where PORT_TYPE is one of the following: %s.
t sI If you want to allow $SOURCE_PATH to connect to network port $PORT_NUMBERs! you need to modify the port type.c C sS | d j d � } t | � d k r3 t d � | St d � | d | d f Sd S( Ni t ,sc # semanage port -a -t PORT_TYPE -p %s $PORT_NUMBER
where PORT_TYPE is one of the following: %s.s+ # semanage port -a -t %s -p %s $PORT_NUMBERi ( t splitt lent _( t selft avct optionst ports( ( s2 /usr/share/setroubleshoot/plugins/connect_ports.pyt get_do_text0 s
c C s! t j | t � | j d � d S( Nid ( R t __init__t __name__t set_priority( R ( ( s2 /usr/share/setroubleshoot/plugins/connect_ports.pyR 8 s c C sr | j d d d d g � rn | j d g � rn | j � } | rn | j | j j d � d d j | � f � Sn d S( Nt hi_reserved_port_tt reserved_port_tt port_tt unreserved_port_tt name_connectR i s , ( t matches_target_typest has_any_access_int allowed_target_typest reportt tclassR t joint None( R R
t
allowed_types( ( s2 /usr/share/setroubleshoot/plugins/connect_ports.pyt analyze<