mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-27 02:10:11 +01:00
removed obsolate files
This commit is contained in:
parent
dbde622530
commit
ed1c2fdd82
2 changed files with 0 additions and 31 deletions
|
|
@ -1,16 +0,0 @@
|
|||
<!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
|
||||
|
||||
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
<busconfig>
|
||||
<listen>debug-pipe:name=test-server</listen>
|
||||
<listen>tcp:host=localhost,port=1234</listen>
|
||||
<servicedir>@TEST_SERVICE_DIR@</servicedir>
|
||||
<auth>DBUS_COOKIE_SHA1</auth>
|
||||
<policy context="default">
|
||||
<allow send_interface="*"/>
|
||||
<allow receive_interface="*"/>
|
||||
<allow own="*"/>
|
||||
<allow user="*"/>
|
||||
</policy>
|
||||
</busconfig>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
|
||||
|
||||
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
<busconfig>
|
||||
<listen>debug-pipe:name=test-server</listen>
|
||||
<listen>tcp:host=localhost,port=1234</listen>
|
||||
<servicedir>@TEST_SERVICE_DIR@</servicedir>
|
||||
<policy context="default">
|
||||
<allow send_interface="*"/>
|
||||
<allow receive_interface="*"/>
|
||||
<allow own="*"/>
|
||||
<allow user="*"/>
|
||||
</policy>
|
||||
</busconfig>
|
||||
Loading…
Add table
Reference in a new issue