SELinux fixes

This commit is contained in:
Aurélien Bompard 2013-12-06 16:56:06 +00:00
parent e2cd562825
commit 1e07f9075f

View file

@ -24,8 +24,8 @@
- name: allow Apache to remotely connect to PostgreSQL - name: allow Apache to remotely connect to PostgreSQL
seboolean: name=httpd_can_network_connect_db state=yes persistent=yes seboolean: name=httpd_can_network_connect_db state=yes persistent=yes
- name: set the SELinux policy to allow postfix to access the mailman aliases - name: allow Apache to remotely connect to Mailman
command: semanage fcontext -a -t etc_aliases_t "/var/lib/mailman3?/data/postfix_.*" seboolean: name=httpd_can_network_connect state=yes persistent=yes
# #
@ -35,10 +35,12 @@
yum: pkg=$item state=installed yum: pkg=$item state=installed
with_items: with_items:
- mailman3 - mailman3
- mailman3-selinux
- python-psycopg2 - python-psycopg2
- python-storm-postgresql - python-storm-postgresql
- kittystore - kittystore
- hyperkitty - hyperkitty
- hyperkitty-selinux
- postorius - postorius
- yum-plugin-post-transaction-actions - yum-plugin-post-transaction-actions
- mailman3-fedmsg-plugin - mailman3-fedmsg-plugin