diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2007-03-15 13:27:01 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2007-03-15 13:27:01 +0000 |
commit | cd57ebe33b758755906d3823bbe3cef3ddd58f2d (patch) | |
tree | 454195a29a8003514d7f81e4366deeb91c881f5f /bus/dbus-daemon.1.in | |
parent | 280e313ef75ac4c0431ea4544ec28621fcbbe5ba (diff) |
* bus/config-parser.c, bus/policy.c, bus/policy.h, bus/dbus-daemon.1.in,bus/session.conf.in: added eavesdrop support for replies - patch by olli.salli at collabora.co.uk approved by Havoc Pennington.
Diffstat (limited to 'bus/dbus-daemon.1.in')
-rw-r--r-- | bus/dbus-daemon.1.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bus/dbus-daemon.1.in b/bus/dbus-daemon.1.in index acee933a..a657d285 100644 --- a/bus/dbus-daemon.1.in +++ b/bus/dbus-daemon.1.in @@ -437,9 +437,10 @@ matches against the given field in the message header. .PP "Eavesdropping" occurs when an application receives a message that -was explicitly addressed to a name the application does not own. -Eavesdropping thus only applies to messages that are addressed to -services (i.e. it does not apply to signals). +was explicitly addressed to a name the application does not own, or +is a reply to such a message. Eavesdropping thus only applies to +messages that are addressed to services and replies to such messages +(i.e. it does not apply to signals). .PP For <allow>, eavesdrop="true" indicates that the rule matches even @@ -449,7 +450,7 @@ For <deny>, eavesdrop="true" indicates that the rule matches only when eavesdropping. eavesdrop="false" is the default for <deny> also, but here it means that the rule applies always, even when not eavesdropping. The eavesdrop attribute can only be combined with -receive rules (with receive_* attributes). +send and receive rules (with send_* and receive_* attributes). .PP |