From: Thomas Horsten Date: Thu, 10 Dec 2009 17:34:35 +0000 (+0000) Subject: dbus-daemon-launch-helper must be SUID root to start services X-Git-Url: http://xenbits.xen.org/gitweb?a=commitdiff_plain;h=40bff78b2b0bae1c05abdc334906c2eec065fdd5;p=xenclient%2Fbuild.git dbus-daemon-launch-helper must be SUID root to start services --- diff --git a/package/dbus/S30dbus b/package/dbus/S30dbus index 8521a4b..fdf9cc9 100755 --- a/package/dbus/S30dbus +++ b/package/dbus/S30dbus @@ -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=$?