Advertisement
Guest User

session-eavesdropping.conf

a guest
Sep 18th, 2011
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  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.  <policy context="default">
  5.     <!-- Allow everything to be sent -->
  6.     <allow send_destination="*" eavesdrop="true"/>
  7.     <!-- Allow everything to be received -->
  8.     <allow eavesdrop="true"/>
  9.   </policy>
  10. </busconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement