mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 23:12:23 +00:00
18c2f8cec9
This also sets up a dbus container as part of the test environment. This container exposes a socket that the sut container can use
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
|
|
<busconfig>
|
|
<listen>tcp:host=localhost,bind=*,port=6667,family=ipv4</listen>
|
|
<listen>unix:tmpdir=/tmp</listen>
|
|
<auth>ANONYMOUS</auth>
|
|
<allow_anonymous/>
|
|
</busconfig>
|