We need the _exec version off course
This commit is contained in:
parent
4a19044c35
commit
273620cd25
1 changed files with 2 additions and 2 deletions
|
@ -299,8 +299,8 @@
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
- name: set the SELinux policy for the upload CGI script
|
- name: set the SELinux policy for the upload CGI script
|
||||||
command: semanage fcontext -a -t git_script_t "/srv/web/upload.cgi"
|
command: semanage fcontext -a -t git_script_exec_t "/srv/web/upload.cgi"
|
||||||
when: upcgicontext.stdout.find('git_script_t') == -1
|
when: upcgicontext.stdout.find('git_script_exec_t') == -1
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- lookaside
|
- lookaside
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue