Try this type
This commit is contained in:
parent
6c9bdf139a
commit
3d640e4870
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue