From c030ab4c77095c73ed72b5472dcbe171e831e6ec Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: May 25 2022 09:32:57 +0000 Subject: Ipsilon needs an SELinux boolean to use python-pam Signed-off-by: Aurélien Bompard --- diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 38eccf8..4adfe44 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