From 04dee89215b2e834df359eefa482eb57480dc085 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 12 Mar 2015 15:26:11 +0000 Subject: [PATCH] This type is always nfs_t, and we have a policy to allow that.. --- roles/distgit/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 1e97015774..9658416119 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -252,14 +252,6 @@ - lookaside - selinux -- name: set the SELinux policy for the Lookaside Cache root directory - command: semanage fcontext -a -t httpd_git_rw_content_t "/srv/cache(/.*)?" - when: lcachecontext.stdout.find('httpd_git_rw_content_t') == -1 - tags: - - config - - lookaside - - selinux - - name: install the fedora-ca.cert copy: src={{private}}/files/fedora-ca.cert dest=/etc/httpd/conf/cacert.pem