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
|
||||
|
||||
- name: set the SELinux policy for the upload CGI script
|
||||
command: semanage fcontext -a -t git_script_t "/srv/web/upload.cgi"
|
||||
when: upcgicontext.stdout.find('git_script_t') == -1
|
||||
command: semanage fcontext -a -t git_script_exec_t "/srv/web/upload.cgi"
|
||||
when: upcgicontext.stdout.find('git_script_exec_t') == -1
|
||||
tags:
|
||||
- config
|
||||
- lookaside
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue