Try this type

This commit is contained in:
Kevin Fenzi 2015-12-14 17:45:09 +00:00
parent 6c9bdf139a
commit 3d640e4870

View file

@ -89,8 +89,8 @@
- bodhi
- name: /var/tmp/bodhi/comps file contexts
command: semanage fcontext -a -t httpd_sys_script_rw_content_t "/var/tmp/bodhi/comps(/.*)?"
when: compsdir.stdout.find('httpd_sys_script_rw_content_t') == -1
command: semanage fcontext -a -t httpd_sys_rw_content_t "/var/tmp/bodhi/comps(/.*)?"
when: compsdir.stdout.find('httpd_sys_rw_content_t') == -1
tags:
- config
- selinux