This should be httpd_sys_rw_content_t
This commit is contained in:
parent
7e2b771742
commit
6c9bdf139a
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
- name: /var/tmp/bodhi/comps file contexts
|
- name: /var/tmp/bodhi/comps file contexts
|
||||||
command: semanage fcontext -a -t httpd_sys_script_rw_t "/var/tmp/bodhi/comps(/.*)?"
|
command: semanage fcontext -a -t httpd_sys_script_rw_content_t "/var/tmp/bodhi/comps(/.*)?"
|
||||||
when: compsdir.stdout.find('httpd_sys_script_rw_t') == -1
|
when: compsdir.stdout.find('httpd_sys_script_rw_content_t') == -1
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- selinux
|
- selinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue