• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files-system/
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>debug-pipe:name=test-server</listen>
7  <listen>@TEST_LISTEN@</listen>
8  <type>system</type>
9  <servicehelper>@TEST_LAUNCH_HELPER_BINARY@</servicehelper>
10  <servicedir>@DBUS_TEST_DATA@/valid-service-files-system</servicedir>
11  <policy context="default">
12    <allow send_interface="*"/>
13    <allow receive_interface="*"/>
14    <allow own="*"/>
15    <allow user="*"/>
16  </policy>
17</busconfig>
18