From c030ab4c77095c73ed72b5472dcbe171e831e6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 25 May 2022 11:32:57 +0200 Subject: [PATCH] Ipsilon needs an SELinux boolean to use python-pam MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/ipsilon/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 38eccf87e6..4adfe44785 100644 --- a/roles/ipsilon/tasks/main.yml +++ b/roles/ipsilon/tasks/main.yml @@ -199,6 +199,14 @@ tags: - ipsilon +- name: set sebooleans so ipsilon can use python-pam + seboolean: + name: httpd_tmp_exec + state: true + persistent: true + tags: + - ipsilon + - name: apply selinux type to the wsgi file file: dest: /usr/libexec/ipsilon