Browse code

Merge "Disable selinux for RHEL6"

Jenkins authored on 2013/05/15 12:37:35
Showing 1 changed files
... ...
@@ -563,6 +563,10 @@ fi
563 563
 # ============================
564 564
 
565 565
 if [[ is_fedora && $DISTRO =~ (rhel6) ]]; then
566
+    # Avoid having to configure selinux to allow things like httpd to
567
+    # access horizion files or run binaries like nodejs (LP#1175444)
568
+    sudo setenforce 0
569
+
566 570
     # An old version (2.0.1) of python-crypto is probably installed on
567 571
     # a fresh system, via the dependency chain
568 572
     # cas->python-paramiko->python-crypto (related to anaconda).