1<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> 3<busconfig> 4 <!-- Our well-known bus type, don't change this --> 5 <type>session</type> 6 <listen>unix:tmpdir=/tmp</listen> 7 8 <policy context="default"> 9 <!-- Allow everything to be sent --> 10 <allow send_destination="*" eavesdrop="true"/> 11 <!-- Allow everything to be received --> 12 <allow eavesdrop="true"/> 13 <!-- Allow anyone to own anything --> 14 <allow own="*"/> 15 </policy> 16 17 <limit name="max_incoming_bytes">1</limit> 18</busconfig> 19