HyperKitty: add SELinux support to the last commit
This commit is contained in:
parent
b1623742df
commit
859dd9e929
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue