At Sun, 03 Jul 2011 22:00:13 +0800,
Jonathan Wilson wrote:
> 
> I am trying to get dbus-monitor to listen to some dbus messages, 
> (specifically the tklock_open and tklock_close messages sent from mce to 
> systemui for the device lock state) and no combination of arguments to 
> dbus-monitor seems to get dbus-monitor to output them.

I put the following in /etc/dbus-1/system-local.conf (this file is
automatically loaded via system.conf if it exists).  I've been using
it for about a year.

<busconfig>
  <policy context="default">
    <!-- Allow everything to be sent -->
    <allow send_destination="*" eavesdrop="true"/>
    <!-- Allow everything to be received -->
    <allow eavesdrop="true"/>
    <!-- Allow anyone to own anything -->
    <allow own="*"/>
    <!-- XXX: Allow all users to connect -->
    <allow user="*"/>
  </policy>
</busconfig>

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to