mod_auth_gssapi: SELinux fixes for CentOS 8

This commit is contained in:
Timo Makinen 2021-03-18 11:02:01 +00:00
parent 5eda17494d
commit 9f3ff39286

View file

@ -5,6 +5,12 @@
state: installed
notify: restart apache
- name: allow httpd to connect network
seboolean:
name: httpd_can_network_connect
state: true
persistent: true
- name: create httpd service drop-in directory
file:
path: /etc/systemd/system/httpd.service.d