Enable PAM / audit operation by httpd.

This commit is contained in:
Jan Pazdziora 2022-07-08 12:08:53 +02:00
parent 2f47c6731d
commit 8f53a01ec3

View File

@ -9,7 +9,7 @@
tests:
- simple:
dir: source
run: tests/config.sh && systemctl start httpd && tail -f /var/log/httpd/*_log & tests/run.sh
run: tests/config.sh && setsebool allow_httpd_mod_auth_pam 1 && systemctl start httpd && tail -f /var/log/httpd/*_log & tests/run.sh
required_packages:
- httpd
- mod_intercept_form_submit