Fix the content for /srv/cache
This commit is contained in:
parent
8a9a1c5ae8
commit
edaf6e3e80
1 changed files with 2 additions and 2 deletions
|
@ -244,8 +244,8 @@
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
- name: set the SELinux policy for the Lookaside Cache root directory
|
- name: set the SELinux policy for the Lookaside Cache root directory
|
||||||
command: semanage fcontext -a -t httpd_git_content_t "/srv/cache(/.*)?"
|
command: semanage fcontext -a -t httpd_git_rw_content_t "/srv/cache(/.*)?"
|
||||||
when: lcachecontext.stdout.find('httpd_git_content_t') == -1
|
when: lcachecontext.stdout.find('httpd_git_rw_content_t') == -1
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- lookaside
|
- lookaside
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue