Same fix on more places
This commit is contained in:
parent
621fdacda2
commit
c015ad545c
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
- name: set the SELinux policy for the distgit root directory
|
- name: set the SELinux policy for the distgit root directory
|
||||||
command: semanage fcontext -a -t httpd_git_content_t "/srv/git(/.*)?"
|
command: semanage fcontext -a -t git_user_content_t "/srv/git(/.*)?"
|
||||||
when: distgitcontext.stdout.find('httpd_git_content_t') == -1
|
when: distgitcontext.stdout.find('git_user_content_t') == -1
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- distgit
|
- distgit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue