]> xenbits.xen.org Git - xenclient/build.git/commitdiff
dbus-daemon-launch-helper must be SUID root to start services
authorThomas Horsten <thomas.horsten@citrix.com>
Thu, 10 Dec 2009 17:34:35 +0000 (17:34 +0000)
committerThomas Horsten <thomas.horsten@citrix.com>
Thu, 10 Dec 2009 17:34:35 +0000 (17:34 +0000)
package/dbus/S30dbus

index 8521a4b70e83dd64c908998bc2fba409a6241696..fdf9cc9b82590432c3f4f070cb733a3bda99fbad 100755 (executable)
@@ -33,6 +33,8 @@ start() {
            rm -f $PIDFILE
        fi
     fi
+    # Ensure dbus-daemon-launch-helper is SUID root
+    chmod u+s /usr/libexec/dbus-daemon-launch-helper
     dbus-uuidgen --ensure
     dbus-daemon --system
     RETVAL=$?