Turn on the SELinux boolean nis_enabled on pkgs
This commit is contained in:
parent
5c6d884935
commit
94c23a6992
1 changed files with 7 additions and 0 deletions
|
@ -233,6 +233,13 @@
|
||||||
file: dest=/srv/cache/lookaside/pkgs state=directory
|
file: dest=/srv/cache/lookaside/pkgs state=directory
|
||||||
owner=apache group=apache
|
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
|
- name: check the selinux context of the Lookaside Cache root directory
|
||||||
command: matchpathcon /srv/cache
|
command: matchpathcon /srv/cache
|
||||||
register: lcachecontext
|
register: lcachecontext
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue