首先要对可写的那个目录设置 public_content_rw_t 标志:
sudo chcon -R -tpublic_content_rw_t
然后设置 httpd 的权限:
sudo setsebool -P allow_httpd_anon_write=1