Toggle another selinux bool so sn2mp works
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
b23ca76b4f
commit
57a98d07db
1 changed files with 5 additions and 2 deletions
|
@ -80,8 +80,11 @@
|
|||
tags:
|
||||
- modernpaste
|
||||
|
||||
- name: set sebooleans so paste can talk to the db
|
||||
seboolean: name=httpd_can_network_connect_db state=true persistent=true
|
||||
- name: set sebooleans so paste can talk to the db and sn2mp can talk to paste
|
||||
seboolean: name={{item}} state=true persistent=true
|
||||
with_items:
|
||||
- httpd_can_network_connect_db
|
||||
- httpd_can_network_connect
|
||||
tags:
|
||||
- config
|
||||
- selinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue