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