Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] Make QUADS support SELinux #519

Closed
sadsfae opened this issue Sep 11, 2024 · 0 comments
Closed

[RFE] Make QUADS support SELinux #519

sadsfae opened this issue Sep 11, 2024 · 0 comments

Comments

@sadsfae
Copy link
Member

sadsfae commented Sep 11, 2024

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:

policycoreutils-python-utils

Deps:

checkpolicy
python3-audit
python3-libsemanage
python3-policycoreutils
python3-setools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant