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>"
Ha szükséges engedélyezni, hogy a "httpd"-szkriptek írhassanak a nyilvános könyvtárakba, akkor be kell kapcsolnia a(z) $BOOLEAN logikai értéket, valamint módosítania kell a nyilvános könyvtár fájl beállítását erre: public_content_rw_t. További információktalálhatók a "httpd_selinux" kézikönyvlapon (man). A fenti tevékenységeket elvégző parancs: "setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t < elérési útvonal>". Az alap beállítás fájlokat is meg kell változtatnia, hogy az előbbi maradandó legyen teljes újracímkézés esetén is. „semanage fcontext -a -t public_content_rw_t <elérési útvonal>”
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>"
Ha szükséges engedélyezni, hogy a "httpd"-szkriptek írhassanak a
nyilvános könyvtárakba, akkor be kell kapcsolnia a(z) $BOOLEAN
logikai értéket, valamint módosítania kell a nyilvános könyvtár
fájl beállítását erre: public_content_rw_t.
További információk találhatók a "httpd_selinux" kézikönyvlapon (man).
A fenti tevékenységeket elvégző parancs: "setsebool -P $BOOLEAN=1;
chcon -t public_content_rw_t < elérési útvonal>".
Az alap beállítás fájlokat is meg kell változtatnia, hogy az előbbi
maradandó legyen teljes újracímkézés esetén is.
„semanage fcontext -a -t public_content_rw_t <elérési útvonal>”