copr-backend: fix SELinux fcontext for logstash while we still use this package
This commit is contained in:
parent
5019b0a529
commit
1b3ed7cd49
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@
|
||||||
- python-keystoneclient
|
- python-keystoneclient
|
||||||
- logstash
|
- logstash
|
||||||
|
|
||||||
|
- name: set correct fcontext for logstash launcher, note: there is equivalency between /usr/lib and /usr/lib64
|
||||||
|
command: semanage fcontext -a -t bin_t /usr/lib/logstash/bin/logstash
|
||||||
|
|
||||||
|
- name: restorecon on the logstash launcher
|
||||||
|
command: restorecon /usr/lib64/logstash/bin/logstash
|
||||||
|
|
||||||
- name: make copr dirs
|
- name: make copr dirs
|
||||||
file: state=directory path={{ item }}
|
file: state=directory path={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue