From 273620cd25c29f9574312676b0dc3339be209e78 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 13 Mar 2015 00:50:40 +0000 Subject: [PATCH] We need the _exec version off course --- roles/distgit/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index e965d12707..1093334e3d 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -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