1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!-- This configuration file controls the per-user-login-session message bus.
Add a session-local.conf and edit that rather than changing this
file directly. -->
<!-- Our well-known bus type, don't change this -->
session
<!-- If we fork, keep the user's original umask to avoid affecting
the behavior of child processes. -->
tcp:host=localhost,port=12345
unix:tmpdir=/tmp
<!-- On Unix systems, the most secure authentication mechanism is
EXTERNAL, which uses credential-passing over Unix sockets.
This authentication mechanism is not available on Windows,
is not suitable for use with the tcp: or nonce-tcp: transports,
and will not work on obscure flavours of Unix that do not have
a supported credentials-passing mechanism. On those platforms/transports,
comment out the <auth> element to allow fallback to DBUS_COOKIE_SHA1. -->
EXTERNAL
ANONYMOUS
<!-- Allow everything to be sent -->
<!-- Allow everything to be received -->
<!-- Allow anyone to own anything -->