From aedd7e2e6c7b55f14576ae480d0b9b9f66b3aecf Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 21 Jul 2011 17:02:47 +0100 Subject: [PATCH 5/5] spec: mention that buses may have a security policy, but leave it implementation-specific --- doc/dbus-specification.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index dbd5d08..2bf3517 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3866,6 +3866,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 -- 1.7.5.4