bodhi: Enable the httpd_execmem SELinux boolean

This commit is contained in:
Luke Macken 2015-07-07 16:54:22 +00:00
parent 9bc7c01e74
commit d3a45418fb

View file

@ -149,3 +149,10 @@
- config
- bodhi
- selinux
- name: enable httpd_execmem SELinux boolean
seboolean: name=httpd_execmem state=yes persistent=yes
tags:
- config
- bodhi
- selinux