Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/setroubleshoot/plugins/__pycache__/ |
Upload File : |
3 �wTa� � @ sL d dl Z e jddd�Zej Zd dlT d dlmZ d dlZG dd� de�ZdS ) � Nzsetroubleshoot-pluginsT)Zfallback)�*)�Pluginc @ sL e Zd Zed�Zed�Zed�ZdZed�Zed�Z dZ dd � Zd d� ZdS ) �pluginzB SELinux is preventing the http daemon from sending mail. z� SELinux has denied the http daemon from sending mail. An httpd script is trying to connect to a mail port or execute the sendmail command. If you did not setup httpd to sendmail, this could signal an intrusion attempt. zt If you want httpd to send mail you need to turn on the $BOOLEAN boolean: "setsebool -P $BOOLEAN=1" zsetsebool -P $BOOLEAN=1z'If you want to allow httpd to send mailz$you must setup SELinux to allow thisz!setsebool -P httpd_can_sendmail=1c C s t j| t� d| _d S )NZgreen)r �__init__�__name__�level)�self� r �7/usr/share/setroubleshoot/plugins/httpd_can_sendmail.pyr 3 s zplugin.__init__c C s( |j ddg�r$tjd|j�r$| j� S d S )NZhttpd_tZhttpd_sys_script_tZsendmail)Zmatches_source_types�re�search�sourceZreport)r Zavcr r r �analyze7 s zplugin.analyzeN) r � __module__�__qualname__�_ZsummaryZproblem_descriptionZfix_descriptionZfix_cmdZif_textZ then_textZdo_textr r r r r r r s r )�gettextZtranslationr Zsetroubleshoot.utilZsetroubleshoot.Pluginr r r r r r r �<module> s