Ofer Schreiber has uploaded a new change for review.

Change subject: packaging: engine-setup - Don't change selinux context in 
runtime
......................................................................

packaging: engine-setup - Don't change selinux context in runtime

Engine setup use miniyum to perform RPM/YUM based operations, and asks
miniyum to change the selinux context of the whole proccess during it's
intializtion.
This patch removes the selinux context change, as it blocks dbus
messeges issued by firewalld api, and currently not really needed.

Change-Id: I46e04f185c04cc30c8e0b52367d6209716dc0d98
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=904153
Signed-off-by: Ofer Schreiber <[email protected]>
---
M packaging/fedora/setup/engine-setup.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/62/12762/1

diff --git a/packaging/fedora/setup/engine-setup.py 
b/packaging/fedora/setup/engine-setup.py
index 29af270..9f498ce 100755
--- a/packaging/fedora/setup/engine-setup.py
+++ b/packaging/fedora/setup/engine-setup.py
@@ -2074,7 +2074,6 @@
     MiniYum.setup_log_hook(sink=miniyumsink)
     extraLog = open(logFile, "a")
     miniyum = MiniYum(sink=miniyumsink, extraLog=extraLog)
-    miniyum.selinux_role()
     # END: PROCESS-INITIALIZATION
 
     try:


--
To view, visit http://gerrit.ovirt.org/12762
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46e04f185c04cc30c8e0b52367d6209716dc0d98
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: engine_3.2
Gerrit-Owner: Ofer Schreiber <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to