|
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/22697/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 policy is preventing the http daemon from writing to a public
directory.
sĄ
SELinux policy is preventing the http daemon from writing to a public
directory. If httpd is not setup to write to public directories, this
could signal a intrusion attempt.
s=
If httpd should be allowed to write to this directory 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>"
s setsebool -P $BOOLEAN=1c C s t i | t d S( N( t Plugint __init__t selft __name__( R ( ( t; /usr/share/setroubleshoot/plugins/allow_httpd_anon_write.pyR / s c C s | i d g ok | i d d g oU | i | i oB | i d d | i | t d | i | i
| i | i Sn d S( Nt httpd_tt public_content_tt public_content_rw_tt BOOLEANt allow_httpd_anon_writes
Web Server( t avct matches_source_typest matches_target_typest all_accesses_are_int create_file_accesst set_template_substitutionsR 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