summaryrefslogtreecommitdiff
path: root/spec/Channel_Type_DBus_Tube.xml
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-23 16:05:15 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-23 16:05:15 +0000
commit41f571bbfa95a6231b4e96df0412d2ab2fcbef18 (patch)
treeff27f1252e3d6129a7c76ad7ed2d8195a3605042 /spec/Channel_Type_DBus_Tube.xml
parent23ea29277756631413ce901b108dd4ea792a954d (diff)
downloadtelepathy-glib-41f571bbfa95a6231b4e96df0412d2ab2fcbef18.tar.gz
Update the rest of the spec to 0.25.1
Diffstat (limited to 'spec/Channel_Type_DBus_Tube.xml')
-rw-r--r--spec/Channel_Type_DBus_Tube.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/spec/Channel_Type_DBus_Tube.xml b/spec/Channel_Type_DBus_Tube.xml
index 961576319..74e659514 100644
--- a/spec/Channel_Type_DBus_Tube.xml
+++ b/spec/Channel_Type_DBus_Tube.xml
@@ -174,7 +174,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A list of the access control types that are supported with this channel.
Note that only Socket_Access_Control_Localhost and
- Socket_Access_Control_Credentials can be used with D-Bus tubes.</p>
+ Socket_Access_Control_Credentials can be used with D-Bus tubes.
+ Using Socket_Access_Control_Credentials is recommended.</p>
+
+ <tp:rationale>
+ <p>Socket_Access_Control_Credentials is easy to implement for a
+ D-Bus tube, because typical D-Bus library implementations like
+ libdbus and GDBus already have to support it to be able to
+ connect to the system or session bus, and usually enable it
+ by default; so there's typically no good reason to relax
+ access control to Localhost.</p>
+ </tp:rationale>
<p>When requesting a channel with
<tp:dbus-ref namespace="org.freedesktop.Telepathy">Connection.Interface.Requests.CreateChannel</tp:dbus-ref>,