This should be httpd_sys_rw_content_t

This commit is contained in:
Kevin Fenzi 2015-12-14 17:40:36 +00:00
parent 7e2b771742
commit 6c9bdf139a

View file

@ -89,8 +89,8 @@
- bodhi
- name: /var/tmp/bodhi/comps file contexts
command: semanage fcontext -a -t httpd_sys_script_rw_t "/var/tmp/bodhi/comps(/.*)?"
when: compsdir.stdout.find('httpd_sys_script_rw_t') == -1
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
tags:
- config
- selinux