From 106c831ae13aa29e8e9b6e2da543f0406470a527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Sat, 5 Oct 2013 02:33:10 +0000 Subject: [PATCH] selinux: httpd_can_connect_db set --- roles/nuancier/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/nuancier/tasks/main.yml b/roles/nuancier/tasks/main.yml index faea9cb91f..2166ed91cc 100644 --- a/roles/nuancier/tasks/main.yml +++ b/roles/nuancier/tasks/main.yml @@ -59,6 +59,11 @@ notify: - restart apache +# FIXME: Probably need other selinux booleans and tweaks here +- name: set sebooleans so nuancier can talk to the db + action: seboolean name=httpd_can_network_connect_db + state=true + persistent=true - name: hotfix python-fedora-flask to include latest flask_fas_openid template: src={{ item.file }} dest={{ item.location }}/{{ item.file }}