You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: