We need the _exec version off course

This commit is contained in:
Patrick Uiterwijk 2015-03-13 00:50:40 +00:00
parent 4a19044c35
commit 273620cd25

View file

@ -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