1 12030 yippi --- dbus-1.1.2/bus/system.conf.in-orig 2007-09-06 14:35:26.459830000 -0500 2 12030 yippi +++ dbus-1.1.2/bus/system.conf.in 2007-09-06 14:42:35.059231000 -0500 3 12030 yippi @@ -21,10 +21,21 @@ 4 12030 yippi <fork/> 5 12030 yippi 6 12030 yippi <!-- We use system service launching using a helper --> 7 12030 yippi + <!-- Disabling D-Bus system services. 8 12030 yippi + To support this feature as it is on, it would be necessary to create a 9 12030 yippi + messagebus user and configure the D-Bus module to specify the 10 12032 yippi + with-dbus-user=messagebus option. This causes the D-Bus system daemon 11 12030 yippi + to run as this user and use dbus-daemon-launch-helper when privilege is 12 12030 yippi + required. Solaris does not include anything that uses system services, 13 12030 yippi + so this would only be needed if you wish to wished to use an application 14 12030 yippi + that required it. 15 12030 yippi <standard_system_servicedirs/> 16 12030 yippi + --> 17 12030 yippi 18 12030 yippi <!-- This is a setuid helper that is used to launch system services --> 19 12030 yippi + <!-- Disabling D-Bus system services. 20 12030 yippi <servicehelper>@DBUS_LIBEXECDIR@/dbus-daemon-launch-helper</servicehelper> 21 12030 yippi + --> 22 12030 yippi 23 12030 yippi <!-- Write a pid file --> 24 12030 yippi <pidfile>@DBUS_SYSTEM_PID_FILE@</pidfile> 25