mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 22:51:28 +08:00
copr-backend: fix SELinux fcontext for logstash while we still use this package
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
- python-keystoneclient
|
||||
- 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
|
||||
file: state=directory path={{ item }}
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user