Enable the httpd_can_network_connect SELinux boolean for bodhi.

This commit is contained in:
Luke Macken 2014-02-20 21:04:16 +00:00
parent 989f42018a
commit e73bce104f

View file

@ -91,3 +91,8 @@
seboolean: name=httpd_can_network_connect_db state=yes persistent=yes seboolean: name=httpd_can_network_connect_db state=yes persistent=yes
tags: tags:
- config - config
- name: enable httpd_can_network_connect SELinux boolean
seboolean: name=httpd_can_network_connect state=yes persistent=yes
tags:
- config