Set the right selinux context on the bodhi bz cookie file

This commit is contained in:
Kevin Fenzi 2014-03-07 21:44:23 +00:00
parent d853ff6f60
commit 9a540a7e5f

View file

@ -82,6 +82,13 @@
tags:
- config
- name: Make sure bodhi-bz.cookie is httpd_tmp_t for selinux.
file: >
setype=httpd_tmp_t
dest=/var/tmp/bodhi-bz.cookie
tags:
- config
- name: enable httpd_tmp_exec SELinux boolean
seboolean: name=httpd_tmp_exec state=yes persistent=yes
tags: