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 labeling files on the system in order to preserve public directory labeling even on a full relabel."semanage fcontext -a -t public_content_rw_t <path>"
Si els scripts d'httpd han de poder escriure als directoris públics, necessiteu activar el booleà $BOOLEAN i canviar el context de fitxer del directori públic a public_content_rw_t.Per a una informació més detallada, llegiu la pàgina man httpd_selinux: "setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <camí>" També heu de canviar el context de fitxer per defecte de l'etiquetatge dels fitxers al sistema per tal de preservar l'etiquetatge del directori públic, fins i tot amb un reetiquetatge complet."semanage fcontext -a -t public_content_rw_t <camí>"
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 labeling files on the system in order to preserve public directory labeling even on a full relabel. "semanage fcontext -a -t public_content_rw_t <path>"
Si els scripts d'httpd han de poder escriure als directoris públics, necessiteu activar el booleà $BOOLEAN i canviar el context de fitxer del directori públic a public_content_rw_t. Per a una informació més detallada, llegiu la pàgina man httpd_selinux:
"setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <camí>"
També heu de canviar el context de fitxer per defecte de l'etiquetatge dels fitxers al sistema per tal de preservar l'etiquetatge del directori públic, fins i tot amb un reetiquetatge complet. "semanage fcontext -a -t public_content_rw_t <camí>"