https://bugzilla.novell.com/show_bug.cgi?id=343182 Summary: dbus-daemon-launch-helper needs to be setuid Product: openSUSE 11.0 Version: unspecified Platform: Other OS/Version: openSUSE 11.0 Status: NEW Severity: Blocker Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: federico@novell.com QAContact: qa@suse.de Found By: Development dbus-1/bus/Makefile.am has this: if test `id -u` -eq 0; then \ chown root:$(DBUS_USER) $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper; \ chmod 4750 $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper; \ else \ echo "Not installing $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper binary setuid!"; \ echo "You'll need to manually set permissions to root:$(DBUS_USER) and permissions 4750"; \ fi And yet our installed version of /lib/dbus-1/dbus-daemon-launch-helper is not setuid. This causes activation of system services not to work. Does D-Bus need to be compiled as root? Or is our packaging incorrect? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.