This type is always nfs_t, and we have a policy to allow that..

This commit is contained in:
Patrick Uiterwijk 2015-03-12 15:26:11 +00:00
parent 8d3fc995d8
commit 04dee89215

View file

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