summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-09-13 20:37:56 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-01 12:14:48 +0000
commitf110f0011600f80bb50a9037e5fdcf5296fc1fde (patch)
treec79ea850a18251b1334f02d09e0056783f919c72 /doc
parent1e52889d2e64c6cc9085ba615420082bee18b611 (diff)
downloaddbus-f110f0011600f80bb50a9037e5fdcf5296fc1fde.tar.gz
Update configurable elements for dbus-daemon manual
Update three configurable elements for dbus-daemon manual, <syslog>, <pidfile> and <allow_anonymous>, all of them are undocumented so far. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69125 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-daemon.1.xml.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in
index c08cf2b2..1a1e42cd 100644
--- a/doc/dbus-daemon.1.xml.in
+++ b/doc/dbus-daemon.1.xml.in
@@ -318,6 +318,37 @@ This may be useful to avoid affecting the behavior of child processes.</para>
<itemizedlist remap='TP'>
+ <listitem><para><emphasis remap='I'>&lt;syslog&gt;</emphasis></para></listitem>
+
+
+</itemizedlist>
+
+<para>If present, the bus daemon will log to syslog.</para>
+
+<itemizedlist remap='TP'>
+
+ <listitem><para><emphasis remap='I'>&lt;pidfile&gt;</emphasis></para></listitem>
+
+
+</itemizedlist>
+
+<para>If present, the bus daemon will write its pid to the specified file.
+The --nopidfile command-line option takes precedence over this setting.</para>
+
+<itemizedlist remap='TP'>
+
+ <listitem><para><emphasis remap='I'>&lt;allow_anonymous&gt;</emphasis></para></listitem>
+
+
+</itemizedlist>
+
+<para>If present, connections that authenticated using the ANONYMOUS
+mechanism will be authorized to connect. This option has no practical
+effect unless the ANONYMOUS mechanism has also been enabled using the
+<emphasis remap='I'>&lt;auth&gt;</emphasis> element, described below.</para>
+
+<itemizedlist remap='TP'>
+
<listitem><para><emphasis remap='I'>&lt;listen&gt;</emphasis></para></listitem>