We never really bothered with leaving selinux enabled but some people do, this covers an RFE for making QUADS work with SELinux in enforcing.
The following changes are needed during RPM installation/upgrade at least.
semanage port -a -t http_port_t -p tcp 5000
semanage port -a -t http_port_t -p tcp 5001
chcon -R--type=httpd_sys_content_t /var/www/html
semanage fcontext -a -t httpd_sys_content_t /var/www/html
The following additional dependencies are also required:
We never really bothered with leaving selinux enabled but some people do, this covers an RFE for making QUADS work with SELinux in enforcing.
The following changes are needed during RPM installation/upgrade at least.
The following additional dependencies are also required: