More fixes to selinux pkgs

This commit is contained in:
Patrick Uiterwijk 2015-03-13 00:49:11 +00:00
parent c015ad545c
commit 4a19044c35

View file

@ -299,8 +299,8 @@
- selinux
- name: set the SELinux policy for the upload CGI script
command: semanage fcontext -a -t httpd_git_script_exec_t "/srv/web/upload.cgi"
when: upcgicontext.stdout.find('httpd_git_script_exec_t') == -1
command: semanage fcontext -a -t git_script_t "/srv/web/upload.cgi"
when: upcgicontext.stdout.find('git_script_t') == -1
tags:
- config
- lookaside