mod_auth_gssapi: SELinux fixes for CentOS 8
This commit is contained in:
parent
5eda17494d
commit
9f3ff39286
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue