Set the git_cgi_use_nfs SELinux boolean for the lookaside
This commit is contained in:
parent
fce567a9e6
commit
f883635ab5
1 changed files with 7 additions and 0 deletions
|
@ -243,6 +243,13 @@
|
||||||
- config
|
- config
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
|
- name: set the selinux boolean git_cgi_use_nfs
|
||||||
|
seboolean: name=git_cgi_use_nfs persistent=yes state=yes
|
||||||
|
tags:
|
||||||
|
- distgit
|
||||||
|
- config
|
||||||
|
- selinux
|
||||||
|
|
||||||
- name: check the selinux context of the Lookaside Cache root directory
|
- name: check the selinux context of the Lookaside Cache root directory
|
||||||
command: matchpathcon /srv/cache
|
command: matchpathcon /srv/cache
|
||||||
register: lcachecontext
|
register: lcachecontext
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue