Centos 5, SELinux, and Bugzilla
I really don't like SELinux. There. I said it.
After installing bugzilla from the yum repository I found that it could not send email notifications. Why? SELinux. The solution? Here.
After installing bugzilla from the yum repository I found that it could not send email notifications. Why? SELinux. The solution? Here.
[dvenable@somecorporateserver ~]$ sudo chcon -R --reference=/var/www/html /usr/share/bugzilla
Comments