selinux allow httpd network access

This commit is contained in:
Trevor Batley 2023-08-30 14:44:52 +10:00
parent 59432968bc
commit 1c3cc566ed

View File

@ -238,6 +238,9 @@ Alias /koji-static "/usr/share/koji-web/static"
</Directory> </Directory>
EOF EOF
# SELinux changes to allow httpd network access
setsebool -P httpd_can_network_connect 1
# Koji CLI # Koji CLI
cat > "$ADMIN_KOJI_DIR"/config <<- EOF cat > "$ADMIN_KOJI_DIR"/config <<- EOF
[koji] [koji]