| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/3628/root/usr/share/setroubleshoot/plugins/ |
Upload File : |
Ńň
0˛ĺJc @ sM d d k Z e i d d d k Td d k l Z d e f d YZ d S( i˙˙˙˙Ns setroubleshoot-plugins( t *( t Plugint pluginc B sD e Z e d Z e d Z e d Z d Z d Z d Z RS( s^
SELinux policy is preventing an httpd script from writing to a public
directory.
sÁ
SELinux policy is preventing an httpd script from writing to a public
directory. If httpd is not setup to write to public directories, this
could signal an intrusion attempt.
sď
If httpd scripts should be allowed to write to public directories you need to turn on the $BOOLEAN boolean and change the file context of the public directory to public_content_rw_t. Read the httpd_selinux
man page for further information:
"setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <path>"
You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t public_content_rw_t <path>"
s setsebool -P $BOOLEAN=1c C s t i | t d S( N( R t __init__t __name__( t self( ( sF /usr/share/setroubleshoot/plugins/allow_httpd_sys_script_anon_write.pyR . s c C s | i d g oh | i d d g oR | i | i o? | i d d | i | t d | i | i | i | i
Sd S( Nt httpd_sys_script_tt public_content_tt public_content_rw_tt BOOLEANt! allow_httpd_sys_script_anon_writes
Web Server( t matches_source_typest matches_target_typest all_accesses_are_int create_file_permst set_template_substitutionst reportt _t summaryt problem_descriptiont fix_descriptiont fix_cmdt None( R t avc( ( sF /usr/share/setroubleshoot/plugins/allow_httpd_sys_script_anon_write.pyt analyze1 s ( R t
__module__R R R R R R R ( ( ( sF /usr/share/setroubleshoot/plugins/allow_httpd_sys_script_anon_write.pyR s ( t gettextt installt setroubleshoot.utilt setroubleshoot.PluginR R ( ( ( sF /usr/share/setroubleshoot/plugins/allow_httpd_sys_script_anon_write.pyt <module> s