From 7afd5e97ce1c4fbd9e86d9e852e9385aa000619a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 21 Jul 2011 17:02:47 +0100 Subject: [PATCH] spec: mention that buses may have a security policy, but leave it implementation-specific Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39450 Reviewed-by: Thiago Macieira --- doc/dbus-specification.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 05837715a..7c04984f3 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3877,6 +3877,14 @@ expected to reply to the ping. + + Message bus implementations may impose a security policy which + prevents certain messages from being sent or received. + When a message cannot be sent or received due to a security + policy, the message bus should send an error reply, unless the + original message had the NO_REPLY flag. + + Eavesdropping -- 2.47.3