From 8f53a01ec39d39cc0c6703e0f435b33ce9b565ec Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Fri, 8 Jul 2022 12:08:53 +0200 Subject: [PATCH] Enable PAM / audit operation by httpd. --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 7e778d8..2815bb6 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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