HyperKitty: add SELinux support to the last commit

This commit is contained in:
Aurélien Bompard 2015-06-30 16:42:14 +00:00
parent b1623742df
commit 859dd9e929

View file

@ -30,6 +30,12 @@
- mailman
- selinux
- name: set the SELinux policy for the templates override directory
command: semanage fcontext -a -t httpd_sys_content_t "{{ mailman_webui_basedir }}/templates(/.*)?"
tags:
- mailman
- selinux
- name: set the SELinux policy for the log directory
command: semanage fcontext -a -t httpd_log_t "/var/log/hyperkitty(/.*)?"
tags: