atomic-composer: Enable the rsync_client SELinux boolean

This commit is contained in:
Luke Macken 2014-10-30 23:19:31 +00:00
parent fcb92e3dbf
commit ee00fb884e

View file

@ -63,3 +63,5 @@
dest=/srv/fedora-atomic/{{ item }}/repo
owner={{ user['name'] }} group={{ user['name'] }} state=link
with_items: trees
- seboolean: name=rsync_client state=true persistent=true