Merge "Add SELinux policy for Horizon"

This commit is contained in:
Jenkins 2014-09-16 00:14:11 +00:00 committed by Gerrit Code Review
commit 6b2b699301
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/bash
set -eux
set -o pipefail
[ -x /usr/sbin/semanage ] || exit 0
# https://bugs.launchpad.net/tripleo/+bug/1361630
# https://bugzilla.redhat.com/show_bug.cgi?id=1133904
setsebool -P httpd_can_network_connect 1