What SElinux context should be used for a php tmp directory
I downloaded cakephp2 to try it out and found that the default SElinux context for /var/www/html/ wouldn't allow apache to write to the tmp folder. I have changed the context to httpd_sys_rw_content - it was the first rw context that met my eye - and that works but is there a more "correct" context?