From e6cf090c19456c86033434f295a64afc06d4841d Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Tue, 10 Sep 2013 13:55:36 +0800 Subject: [PATCH v2] Update configurable elements for dbus-daemon manual Update three configurable elements for dbus-daemon manual, , and , all of them are undocumented so far. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69125 --- doc/dbus-daemon.1.xml.in | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in index 023beba..44e80dd 100644 --- a/doc/dbus-daemon.1.xml.in +++ b/doc/dbus-daemon.1.xml.in @@ -318,6 +318,38 @@ This may be useful to avoid affecting the behavior of child processes. + <syslog> + + + + +If present, the bus daemon will log to syslog. + + + + <pidfile> + + + + +If present, the bus daemon will write its pid to the specified file. + + + + <allow_anonymous> + + + + +If present, and if the connection was authenticated by ANONYMOUS +auth mechanism, then the anonymous connection will be authorized. +Otherwise, disconnect. So if anonymous connection is wanted, both +ANONYMOUS auth mechanism and this option must be enabled. Looking for +information about enabling ANONYMOUS auth mechanism, see +<auth> below. + + + <listen> -- 1.7.9.5