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: tests:
- simple: - simple:
dir: source 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: required_packages:
- httpd - httpd
- mod_intercept_form_submit - mod_intercept_form_submit