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>"
Jeśli skrypty httpd powinny mieć pozwolenie na zapisanie wtym katalogu, należy włączyć zmienną logiczną $BOOLEAN izmienić kontekst publicznego katalogu na public_content_rw_t. Proszę przeczytać stronę podręcznika httpd_selinux, aby dowiedzieć się więcej: „setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <ścieżka>” Należy także zmienić domyślny kontekst plików wsystemie, aby zachować go nawet po pełnym ponownym nadaniu etykiet. „semanage fcontext -a -t public_content_rw_t <ścieżka>”
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>"
katalogu, należy włączyć zmienną logiczną $BOOLEAN i zmienić kontekst
publicznego katalogu na public_content_rw_t. Proszę przeczytać stronę
podręcznika httpd_selinux, aby dowiedzieć się więcej:
„setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <ścieżka>”
Należy także zmienić domyślny kontekst plików w systemie, aby zachować
go nawet po pełnym ponownym nadaniu etykiet. „semanage fcontext -a -t public_content_rw_t <ścieżka>”