Set the right selinux context on the bodhi bz cookie file
This commit is contained in:
parent
d853ff6f60
commit
9a540a7e5f
1 changed files with 7 additions and 0 deletions
|
@ -82,6 +82,13 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- 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
|
- name: enable httpd_tmp_exec SELinux boolean
|
||||||
seboolean: name=httpd_tmp_exec state=yes persistent=yes
|
seboolean: name=httpd_tmp_exec state=yes persistent=yes
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue