[Bug 343182] New: dbus-daemon-launch-helper needs to be setuid
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.
https://bugzilla.novell.com/show_bug.cgi?id=343182#c1 --- Comment #1 from Federico Mena Quintero <federico@novell.com> 2007-11-20 18:11:43 MST --- The user:group for /lib/dbus-1/dbus-daemon-launch-helper is wrong, too; it should be root:messagebus, but it gets installed as root:root. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=343182#c2 --- Comment #2 from Federico Mena Quintero <federico@novell.com> 2007-11-21 10:22:26 MST --- See also bug #333361. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=343182 Mark Gordon <mtgordon@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtgordon@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |thoenig@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=343182#c3 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #3 from Marcus Meissner <meissner@novell.com> 2007-11-22 03:34:27 MST --- *** This bug has been marked as a duplicate of bug 333361 *** https://bugzilla.novell.com/show_bug.cgi?id=333361 -- 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.
participants (1)
-
bugzilla_noreply@novell.com