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>"
Для дозволу сценаріям httpd виконання записи у спільні теки необхідно встановити логічну змінну $BOOLEAN та замінити контекст спільної теки на public_content_rw_t. За докладною інформацією зверніться до сторінки довідки httpd_selinux: «setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <шлях>» Також треба змінити типові контексти файлів у системі, щоб вони збереглись навіть при повторній розмітці. «semanage fcontext -a -t public_content_rw_t <шлях>»
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>"
Для дозволу сценаріям httpd виконання записи у спільні теки необхідно встановити логічну змінну $BOOLEAN та замінити контекст спільної
теки на public_content_rw_t. За докладною інформацією зверніться до
сторінки довідки httpd_selinux:
«setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <шлях>»
Також треба змінити типові контексти файлів у системі,
щоб вони збереглись навіть при повторній розмітці.
«semanage fcontext -a -t public_content_rw_t <шлях>»