mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-22 01:27:29 +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>
|
</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]
|
||||||
|
Loading…
Reference in New Issue
Block a user