Ask SELinux to let apache send emails
This commit is contained in:
parent
42fda730da
commit
b8ef359849
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@
|
|||
state=true
|
||||
persistent=true
|
||||
|
||||
- name: set sebooleans so apache can send emails
|
||||
action: seboolean name=httpd_can_sendmail
|
||||
state=true
|
||||
persistent=true
|
||||
|
||||
- name: apply selinux type to the wsgi file
|
||||
file: >
|
||||
dest=/usr/share/nuancier/nuancier.wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue