summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-12-09 09:18:49 -0500
committerColin Walters <walters@verbum.org>2008-12-09 09:18:49 -0500
commitd29bd96c42d489fc499969a7f6622382f81c8cd0 (patch)
tree79234262fcfbfb600af1053a9b2ea61543545aac /bus
parente43b917520fd25ea0c5a89a097a3b1036a7765b5 (diff)
Add at_console docs to manpage, as well as brief <policy> foreward
We need some sort of general advice here.
Diffstat (limited to 'bus')
-rw-r--r--bus/dbus-daemon.1.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/bus/dbus-daemon.1.in b/bus/dbus-daemon.1.in
index 94f073b9..2a0cd265 100644
--- a/bus/dbus-daemon.1.in
+++ b/bus/dbus-daemon.1.in
@@ -429,15 +429,15 @@ name, and a "send_destination" rule to allow traffic from some or all uids to
your service.
.PP
-The <policy> element has one of three attributes:
+The <policy> element has one of four attributes:
.nf
context="(default|mandatory)"
+ at_console="(true|false)"
user="username or userid"
group="group name or gid"
.fi
.PP
-
Policies are applied to a connection as follows:
.nf
- all context="default" policies are applied
@@ -445,6 +445,8 @@ Policies are applied to a connection as follows:
in undefined order
- all user="connection's auth user" policies are applied
in undefined order
+ - all at_console="true" policies are applied
+ - all at_console="false" policies are applied
- all context="mandatory" policies are applied
.fi