summaryrefslogtreecommitdiffstats
path: root/tests/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config.sh')
-rwxr-xr-xtests/config.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/config.sh b/tests/config.sh
index 19024dd..9bdfd54 100755
--- a/tests/config.sh
+++ b/tests/config.sh
@@ -21,3 +21,7 @@ fi
echo "$NAME:myši & zajíci" | chpasswd
chgrp apache /etc/shadow
chmod g+r /etc/shadow
+# In dist-git / Fedora CI testing, we also need the proper SELinux configuration
+if selinuxenabled ; then
+ setsebool allow_httpd_mod_auth_pam 1
+fi