summaryrefslogtreecommitdiff
path: root/doc/dbus-specification.xml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-04-12 14:07:17 +0100
committerSimon McVittie <smcv@collabora.com>2018-04-25 16:42:28 +0100
commitd0a16b59a8572fbd1934e941e2e3004840306222 (patch)
treee7883d21433bed5bd50a722c06899c45bc22ca99 /doc/dbus-specification.xml
parent856ad90e82dea49e52dfaa638da2b5b47d75da49 (diff)
downloaddbus-d0a16b59a8572fbd1934e941e2e3004840306222.tar.gz
spec, dbus-daemon(1): Mention and deprecate shared session buses
This might (?) have made sense behind a firewall in 2003; but now it's 2018, the typical threat model that we are defending against has changed from "vandals want to feel proud of their l33t skills" to "organised crime wants your money", and a "trusted" local LAN probably contains an obsolete phone, tablet, games console or Internet-of-Things-enabled toaster with remote root exploits. This make network topologies that used to be acceptable look increasingly irresponsible. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106004 Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'doc/dbus-specification.xml')
-rw-r--r--doc/dbus-specification.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 3e02c0b7..1b8ff635 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -3747,6 +3747,19 @@
remote D-Bus debugging, and we could link to that instead -->
</para>
<para>
+ Remote TCP connections were historically sometimes used to share
+ a single session bus between login sessions of the same user on
+ different machines within a trusted local area network, in
+ conjunction with unencrypted remote X11, a NFS-shared home
+ directory and NIS (YP) authentication. This is insecure against
+ an attacker on the same LAN and should be considered strongly
+ deprecated; more specifically, it is insecure in the same ways
+ and for the same reasons as unencrypted remote X11 and NFSv2/NFSv3.
+ The D-Bus maintainers
+ recommend using a separate session bus per (user, machine) pair,
+ only accessible from within that machine.
+ </para>
+ <para>
All <literal>tcp</literal> addresses are listenable.
<literal>tcp</literal> addresses in which both
<literal>host</literal> and <literal>port</literal> are