blob: 416267c1dc9de7fe5ef540b77d5557f9964da484 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001<!-- 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>@TEST_LISTEN@</listen>
7 <servicedir>@TEST_VALID_SERVICE_DIR@</servicedir>
8 <auth>DBUS_COOKIE_SHA1</auth>
9 <policy context="default">
10 <allow send_interface="*"/>
11 <allow receive_interface="*"/>
12 <allow own="*"/>
13 <allow user="*"/>
14 </policy>
15</busconfig>