Tell selinux that koji-hub can fedmsg.

This commit is contained in:
Ralph Bean 2014-06-04 18:46:37 +00:00
parent 3fb766611d
commit 50738d3b00

View file

@ -38,6 +38,11 @@
- config
notify: restart httpd
- name: enable httpd_can_network_connect SELinux boolean for fedmsg
seboolean: name=httpd_can_network_connect state=yes persistent=yes
tags:
- config
- name: koji fedmsg plugin
copy: src=fedmsg-koji-plugin.py dest=/usr/lib/koji-hub-plugins/fedmsg-koji-plugin.py
tags: