Enable PAM / audit operation by httpd.
This commit is contained in:
parent
2f47c6731d
commit
8f53a01ec3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user