[Ovirt-devel] RESEND [PATCH server] set selinux permissive during installer

Joey Boggs jboggs at redhat.com
Fri Feb 6 18:38:02 UTC 2009


This fixes an issue seen in the appliance during boot/buildtime, I've been able to reproduce only a few times but needed to be fixed anyways, this also sets the appliance to be in permissive mode for futher testing/debugging.

---
 installer/bin/ovirt-installer |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/bin/ovirt-installer b/installer/bin/ovirt-installer
index 99601d4..b7d12d7 100755
--- a/installer/bin/ovirt-installer
+++ b/installer/bin/ovirt-installer
@@ -97,7 +97,7 @@ if File.exist?("/usr/sbin/selinuxenabled")
             exit(0)
         else
             @cli.say("Disabling SELinux")
-            system "/usr/sbin/lokkit --selinuxtype=disabled"
+            system "/usr/sbin/lokkit --selinux=permissive"
             system "/usr/sbin/setenforce 0"
         end
     end
-- 
1.6.0.6




More information about the ovirt-devel mailing list