• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
2
3<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
4 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
5<busconfig>
6  <listen>@TEST_LISTEN@</listen>
7  <servicedir>@TEST_VALID_SERVICE_DIR@</servicedir>
8  <policy context="default">
9    <allow send_interface="*"/>
10    <allow receive_interface="*"/>
11    <allow own="*"/>
12    <allow user="*"/>
13  </policy>
14</busconfig>
15