From: Zbigniew Jędrzejewski-Szmek Date: Mon, 4 May 2026 08:10:13 +0000 (+0200) Subject: man/sd-bus: add a note that tcp: is w/o encryption X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b35847aa3395890986bf5f93236160e0cfd9f8f;p=thirdparty%2Fsystemd.git man/sd-bus: add a note that tcp: is w/o encryption --- diff --git a/man/sd_bus_set_address.xml b/man/sd_bus_set_address.xml index 603f153221c..0057cc6afe8 100644 --- a/man/sd_bus_set_address.xml +++ b/man/sd_bus_set_address.xml @@ -74,6 +74,11 @@ One or both of the host= and port= keys must be present, while the rest is optional. family may be either or . + + Note: connections over TCP are made without encryption. Thus, this mode + should only be used in specific situations where integrity and confidentiality of the connection is + not necessary or is ensured through some other means. For local connections, unix: + connections should be used instead.