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 les scripts httpd sont autorisés à écrire sur des répertoires publics, vous devez activer le booléen $BOOLEAN et modifier le contexte du fichier du répertoire public sur public_content_rw_t.Veuillez lire la page man httpd_selinux afin d'obtenir des informations supplémentaires : «setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <path>» Vous devez aussi modifier les fichiers par défaut sur le système qui étiquettent le contexte des fichiers afin de préserver l'étiquetage des répertoires publics,même lors d'un nouvel étiquetage complet.«semanage fcontext -a -t public_content_rw_t <path>»
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>"
afin d'obtenir des informations supplémentaires :
« setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <path> »
Vous devez aussi modifier les fichiers par défaut sur le système qui étiquettent le contexte des fichiers afin de préserver l'étiquetage des répertoires publics, même lors d'un nouvel étiquetage complet. « semanage fcontext -a -t public_content_rw_t <path> »