Allow writing into DB file in SELinux
This commit is contained in:
parent
8812b2249b
commit
cf917e9677
1 changed files with 5 additions and 0 deletions
|
@ -124,6 +124,11 @@
|
||||||
- name: Add copr-fe to mbs group
|
- name: Add copr-fe to mbs group
|
||||||
user: name=copr-fe groups=mbs append=yes
|
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
|
# Run module-build-service processes
|
||||||
- name: Enable fedmsg-relay
|
- name: Enable fedmsg-relay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue