Turn on the SELinux boolean nis_enabled on pkgs

This commit is contained in:
Pierre-Yves Chibon 2015-01-29 11:59:48 +01:00
parent 5c6d884935
commit 94c23a6992

View file

@ -233,6 +233,13 @@
file: dest=/srv/cache/lookaside/pkgs state=directory
owner=apache group=apache
- name: set the selinux boolean nis_enabled
seboolean: name=nis_enabled persistent=yes state=yes
tags:
- distgit
- config
- selinux
- name: check the selinux context of the Lookaside Cache root directory
command: matchpathcon /srv/cache
register: lcachecontext