Skip to content

Commit

Permalink
Fix: small selinux boolean required for nginx
Browse files Browse the repository at this point in the history
* This is needed for proxypass to make selinux happy.

Change-Id: I8cef36afe1ec6b26d20e4dec4cd529ce64f3af1d
  • Loading branch information
sadsfae committed Sep 19, 2024
1 parent 9b3b14f commit b80a718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpm/quads.spec
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ rm -rf %{buildroot}
/usr/sbin/restorecon -R /var/www/html
/usr/sbin/semanage fcontext -a -t postgresql_db_t "/opt/quads/db/data(/.*)?" 2>/dev/null
/usr/sbin/restorecon -R /opt/quads/db/data
/usr/sbin/setsebool httpd_can_network_connect 1 -P
/usr/bin/systemctl enable quads-db
/usr/bin/systemctl enable quads-server
/usr/bin/systemctl enable quads-web
Expand Down

0 comments on commit b80a718

Please sign in to comment.