mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
selinux allow httpd network access
This commit is contained in:
parent
59432968bc
commit
1c3cc566ed
@ -238,6 +238,9 @@ Alias /koji-static "/usr/share/koji-web/static"
|
||||
</Directory>
|
||||
EOF
|
||||
|
||||
# SELinux changes to allow httpd network access
|
||||
setsebool -P httpd_can_network_connect 1
|
||||
|
||||
# Koji CLI
|
||||
cat > "$ADMIN_KOJI_DIR"/config <<- EOF
|
||||
[koji]
|
||||
|
Loading…
Reference in New Issue
Block a user