• 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/
1<!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
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  <servicedir>@DBUS_TEST_DATA@/valid-service-files</servicedir>
9  <auth>DBUS_COOKIE_SHA1</auth>
10  <policy context="default">
11    <allow send_interface="*"/>
12    <allow receive_interface="*"/>
13    <allow own="*"/>
14    <allow user="*"/>
15  </policy>
16</busconfig>
17