[notifs-frontend] Fix SELinux error preventing to login

The httpd wasn't able to open a new socket for connecting to identity server,
this fix will allow that.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný
2022-10-20 15:49:21 +02:00
committed by zlopez
parent dc84659890
commit ff5a751fd3

View File

@@ -138,6 +138,15 @@
- notifs/frontend
- selinux
- name: ensure selinux let's httpd talk to ipsilon
seboolean: name={{item}} state=yes persistent=yes
with_items:
- httpd_can_network_connect
tags:
- notifs
- notifs/frontend
- selinux
- name: Install SAR script
copy:
src: fmn-sar.py