From 40bff78b2b0bae1c05abdc334906c2eec065fdd5 Mon Sep 17 00:00:00 2001 From: Thomas Horsten Date: Thu, 10 Dec 2009 17:34:35 +0000 Subject: [PATCH] dbus-daemon-launch-helper must be SUID root to start services --- package/dbus/S30dbus | 2 ++ 1 file changed, 2 insertions(+) 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=$? -- 2.39.5