Actions
Bug #14362
closedunable to export directly to /var/www/html/pub/export
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
By default, selinux does not allow passenger to write to /var/www/html/*. However, this turns out to be a popular use case for ISS.
It is not possible to simply alter the label on /var/www/html/pub/export, since doing that would prevent httpd from reading the directory. Instead, it is better to grant 'apache_manage_sys_content' to passenger.
Actions