| |
@@ -476,6 +476,13 @@
|
| |
command: /etc/nagios/selinux-load.sh
|
| |
when: selinux_module is changed
|
| |
|
| |
+ - name: /var/log/rabbitmq selinux file context
|
| |
+ command: semanage fcontext -a -t var_log_t "/var/log/rabbitmq(/.*)?"
|
| |
+ register: semanage_rabbit
|
| |
+ changed_when: "'already defined' not in semanage_rabbit.stdout"
|
| |
+ tags:
|
| |
+ - selinux_module
|
| |
+
|
| |
# Individual applications accounts & queues
|
| |
- import_tasks: apps.yml
|
| |
tags:
|
| |
Related to : https://pagure.io/fedora-infrastructure/issue/12165
It's for denial selinux in logrotate