diff options
author | Jan Pazdziora <jpazdziora@redhat.com> | 2022-07-07 12:24:29 +0200 |
---|---|---|
committer | Jan Pazdziora <jpazdziora@redhat.com> | 2022-07-08 12:18:47 +0200 |
commit | 324ef7528d81513f812cd0044836ddc11b883190 (patch) | |
tree | 97655804c1d5c54b0d9c8c8936ce88be0bb52818 /tests/config.sh | |
parent | f03a464bd163de9f3c464a3b03ab3c4b7543e9a0 (diff) | |
download | mod_intercept_form_submit-master.tar.gz mod_intercept_form_submit-master.tar.xz mod_intercept_form_submit-master.zip |
Diffstat (limited to 'tests/config.sh')
-rwxr-xr-x | tests/config.sh | 4 |
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 |