Allow writing into DB file in SELinux

This commit is contained in:
Jakub Kadlčík 2017-03-07 14:31:28 +01:00 committed by Miroslav Suchý
parent 8812b2249b
commit cf917e9677

View file

@ -124,6 +124,11 @@
- name: Add copr-fe to mbs group
user: name=copr-fe groups=mbs append=yes
- name: Allow writing into DB file in SELinux
file: path="{{item}}" setype=httpd_sys_rw_content_t
with_items:
- /etc/module-build-service
- /etc/module-build-service/module_build_service.db
# Run module-build-service processes
- name: Enable fedmsg-relay