mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 17:40:16 +01:00
Updated man docbook xml sources from man page source using doclifter.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
6676a7db9c
commit
60cf73ce64
7 changed files with 653 additions and 282 deletions
|
|
@ -102,6 +102,8 @@ DOCBOOK(${CMAKE_BINARY_DIR}/doc/dbus-daemon.1.xml html-nochunks)
|
|||
DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-monitor.1.xml html-nochunks)
|
||||
DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-send.1.xml html-nochunks)
|
||||
DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-launch.1.xml html-nochunks)
|
||||
DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-uuidgen.1.xml html-nochunks)
|
||||
DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-cleanup-sockets.1.xml html-nochunks)
|
||||
|
||||
#
|
||||
# handle html index file
|
||||
|
|
|
|||
64
doc/dbus-cleanup-sockets.1.xml
Normal file
64
doc/dbus-cleanup-sockets.1.xml
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<!-- lifted from troff+man by doclifter -->
|
||||
<refentry id='dbuscleanupsockets1'>
|
||||
|
||||
<!-- dbus\-cleanup\-sockets manual page.
|
||||
Copyright (C) 2003 Red Hat, Inc. -->
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>dbus-cleanup-sockets</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>dbus-cleanup-sockets</refname>
|
||||
<refpurpose>clean up leftover sockets in a directory</refpurpose>
|
||||
</refnamediv>
|
||||
<!-- body begins here -->
|
||||
<refsynopsisdiv id='synopsis'>
|
||||
<cmdsynopsis>
|
||||
<command>dbus-cleanup-sockets</command> <arg choice='opt'><replaceable>DIRECTORY</replaceable></arg>
|
||||
<sbr/>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
|
||||
<refsect1 id='description'><title>DESCRIPTION</title>
|
||||
<para>The <command>dbus-cleanup-sockets</command> command cleans up unused D-Bus
|
||||
connection sockets. See <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for
|
||||
more information about the big picture.</para>
|
||||
|
||||
|
||||
<para>If given no arguments, <command>dbus-cleanup-sockets</command> cleans up sockets
|
||||
in the standard default socket directory for the
|
||||
per-user-login-session message bus; this is usually /tmp.
|
||||
Optionally, you can pass a different directory on the command line.</para>
|
||||
|
||||
|
||||
<para>On Linux, this program is essentially useless, because D-Bus defaults
|
||||
to using "abstract sockets" that exist only in memory and don't have a
|
||||
corresponding file in /tmp.</para>
|
||||
|
||||
|
||||
<para>On most other flavors of UNIX, it's possible for the socket files to
|
||||
leak when programs using D-Bus exit abnormally or without closing
|
||||
their D-Bus connections. Thus, it might be interesting to run
|
||||
dbus-cleanup-sockets in a cron job to mop up any leaked sockets.
|
||||
Or you can just ignore the leaked sockets, they aren't really hurting
|
||||
anything, other than cluttering the output of "ls /tmp"</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='author'><title>AUTHOR</title>
|
||||
<para>dbus-cleanup-sockets was adapted by Havoc Pennington from
|
||||
linc-cleanup-sockets written by Michael Meeks.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='bugs'><title>BUGS</title>
|
||||
<para>Please send bug reports to the D-Bus mailing list or bug tracker,
|
||||
see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
@ -1,17 +1,17 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<!-- lifted from troff+man by doclifter -->
|
||||
<refentry id='dbus-daemon'>
|
||||
<!-- -->
|
||||
<!-- dbus\-daemon manual page. -->
|
||||
<!-- Copyright (C) 2003 Red Hat, Inc. -->
|
||||
<refentry id='dbusdaemon1in'>
|
||||
|
||||
<!-- dbus\-daemon manual page.
|
||||
Copyright (C) 2003,2008 Red Hat, Inc. -->
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>dbus-daemon</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv id='name'>
|
||||
<refnamediv>
|
||||
<refname>dbus-daemon</refname>
|
||||
<refpurpose>Message bus daemon</refpurpose>
|
||||
</refnamediv>
|
||||
|
|
@ -41,35 +41,29 @@ application that uses this library to implement a message bus
|
|||
daemon. Multiple programs connect to the message bus daemon and can
|
||||
exchange messages with one another.</para>
|
||||
|
||||
|
||||
<para>There are two standard message bus instances: the systemwide message bus
|
||||
(installed on many systems as the "messagebus" init service) and the
|
||||
<para>There are two standard message bus instances: the systemwide message bus
|
||||
(installed on many systems as the "messagebus" init service) and the
|
||||
per-user-login-session message bus (started each time a user logs in).
|
||||
<command>dbus-daemon</command> is used for both of these instances, but with
|
||||
<command>dbus-daemon</command> is used for both of these instances, but with
|
||||
a different configuration file.</para>
|
||||
|
||||
|
||||
<para>The --session option is equivalent to
|
||||
"--config-file=/etc/dbus-1/session.conf" and the --system
|
||||
"--config-file=@EXPANDED_SYSCONFDIR@/dbus-1/session.conf" and the --system
|
||||
option is equivalent to
|
||||
"--config-file=/etc/dbus-1/system.conf". By creating
|
||||
"--config-file=@EXPANDED_SYSCONFDIR@/dbus-1/system.conf". By creating
|
||||
additional configuration files and using the --config-file option,
|
||||
additional special-purpose message bus daemons could be created.</para>
|
||||
|
||||
<para>The systemwide daemon is normally launched by an init script,
|
||||
standardly called simply "messagebus".</para>
|
||||
|
||||
<para>The systemwide daemon is normally launched by an init script,
|
||||
standardly called simply "messagebus".</para>
|
||||
|
||||
|
||||
<para>The systemwide daemon is largely used for broadcasting system events,
|
||||
<para>The systemwide daemon is largely used for broadcasting system events,
|
||||
such as changes to the printer queue, or adding/removing devices.</para>
|
||||
|
||||
|
||||
<para>The per-session daemon is used for various interprocess communication
|
||||
among desktop applications (however, it is not tied to X or the GUI
|
||||
<para>The per-session daemon is used for various interprocess communication
|
||||
among desktop applications (however, it is not tied to X or the GUI
|
||||
in any way).</para>
|
||||
|
||||
|
||||
<para>SIGHUP will cause the D-Bus daemon to PARTIALLY reload its
|
||||
configuration file and to flush its user/group information caches. Some
|
||||
configuration changes would require kicking all apps off the bus; so they will
|
||||
|
|
@ -90,25 +84,28 @@ with SIGHUP.</para>
|
|||
<varlistentry>
|
||||
<term><option>--fork</option></term>
|
||||
<listitem>
|
||||
<para>Force the message bus to fork and become a daemon, even if
|
||||
<para>Force the message bus to fork and become a daemon, even if
|
||||
the configuration file does not specify that it should.
|
||||
In most contexts the configuration file already gets this
|
||||
right, though.</para>
|
||||
right, though.
|
||||
<option>--nofork</option>
|
||||
Force the message bus not to fork and become a daemon, even if
|
||||
the configuration file specifies that it should.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--print-address[=DESCRIPTOR]</option></term>
|
||||
<listitem>
|
||||
<para>Print the address of the message bus to standard output, or
|
||||
to the given file descriptor. This is used by programs that
|
||||
<para>Print the address of the message bus to standard output, or
|
||||
to the given file descriptor. This is used by programs that
|
||||
launch the message bus.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--print-pid[=DESCRIPTOR]</option></term>
|
||||
<listitem>
|
||||
<para>Print the process ID of the message bus to standard output, or
|
||||
to the given file descriptor. This is used by programs that
|
||||
<para>Print the process ID of the message bus to standard output, or
|
||||
to the given file descriptor. This is used by programs that
|
||||
launch the message bus.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -129,6 +126,33 @@ bus.</para>
|
|||
<term><option>--version</option></term>
|
||||
<listitem>
|
||||
<para>Print the version of the daemon.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--introspect</option></term>
|
||||
<listitem>
|
||||
<para>Print the introspection information for all D-Bus internal interfaces.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--address[=ADDRESS]</option></term>
|
||||
<listitem>
|
||||
<para>Set the address to listen on. This option overrides the address
|
||||
configured in the configuration file.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--systemd-activation</option></term>
|
||||
<listitem>
|
||||
<para>Enable systemd-style service activation. Only useful in conjunction
|
||||
with the systemd system and session manager on Linux.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--nopidfile</option></term>
|
||||
<listitem>
|
||||
<para>Don't write a PID file even if one is configured in the configuration
|
||||
files.</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -137,23 +161,20 @@ bus.</para>
|
|||
|
||||
<refsect1 id='configuration_file'><title>CONFIGURATION FILE</title>
|
||||
<para>A message bus daemon has a configuration file that specializes it
|
||||
for a particular application. For example, one configuration
|
||||
file might set up the message bus to be a systemwide message bus,
|
||||
for a particular application. For example, one configuration
|
||||
file might set up the message bus to be a systemwide message bus,
|
||||
while another might set it up to be a per-user-login-session bus.</para>
|
||||
|
||||
|
||||
<para>The configuration file also establishes resource limits, security
|
||||
parameters, and so forth.</para>
|
||||
|
||||
|
||||
<para>The configuration file is not part of any interoperability
|
||||
specification and its backward compatibility is not guaranteed; this
|
||||
document is documentation, not specification.</para>
|
||||
|
||||
|
||||
<para>The standard systemwide and per-session message bus setups are
|
||||
configured in the files "/etc/dbus-1/system.conf" and
|
||||
"/etc/dbus-1/session.conf". These files normally
|
||||
configured in the files "@EXPANDED_SYSCONFDIR@/dbus-1/system.conf" and
|
||||
"@EXPANDED_SYSCONFDIR@/dbus-1/session.conf". These files normally
|
||||
<include> a system-local.conf or session-local.conf; you can put local
|
||||
overrides in those files to avoid modifying the primary configuration
|
||||
files.</para>
|
||||
|
|
@ -171,43 +192,50 @@ doctype declaration:</para>
|
|||
|
||||
<para>The following elements may be present in the configuration file.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><busconfig></emphasis></term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<listitem><para><emphasis remap='I'><busconfig></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>Root element.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><type></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><type></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>The well-known type of the message bus. Currently known values are
|
||||
"system" and "session"; if other values are set, they should be
|
||||
either added to the D-Bus specification, or namespaced. The last
|
||||
<type> element "wins" (previous values are ignored).</para>
|
||||
<type> element "wins" (previous values are ignored). This element
|
||||
only controls which message bus specific environment variables are
|
||||
set in activated clients. Most of the policy that distinguishes a
|
||||
session bus from the system bus is controlled from the other elements
|
||||
in the configuration file.</para>
|
||||
|
||||
|
||||
<para>If the well-known type of the message bus is "session", then the
|
||||
DBUS_STARTER_BUS_TYPE environment variable will be set to "session"
|
||||
and the DBUS_SESSION_BUS_ADDRESS environment variable will be set
|
||||
to the address of the session bus. Likewise, if the type of the
|
||||
message bus is "system", then the DBUS_STARTER_BUS_TYPE environment
|
||||
variable will be set to "system" and the DBUS_SESSION_BUS_ADDRESS
|
||||
environment variable will be set to the address of the system bus
|
||||
(which is normally well known anyway).</para>
|
||||
|
||||
|
||||
<para>Example: <type>session</type></para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><include></emphasis></term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<listitem><para><emphasis remap='I'><include></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>Include a file <include>filename.conf</include> at this point. If the
|
||||
filename is relative, it is located relative to the configuration file
|
||||
|
|
@ -215,19 +243,16 @@ doing the including.</para>
|
|||
|
||||
|
||||
<para><include> has an optional attribute "ignore_missing=(yes|no)"
|
||||
which defaults to "no" if not provided. This attribute
|
||||
controls whether it's a fatal error for the included file
|
||||
which defaults to "no" if not provided. This attribute
|
||||
controls whether it's a fatal error for the included file
|
||||
to be absent.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><includedir></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><includedir></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>Include all files in <includedir>foo.d</includedir> at this
|
||||
point. Files in the directory are included in undefined order.
|
||||
|
|
@ -237,18 +262,15 @@ Only files ending in ".conf" are included.</para>
|
|||
<para>This is intended to allow extension of the system bus by particular
|
||||
packages. For example, if CUPS wants to be able to send out
|
||||
notification of printer queue changes, it could install a file to
|
||||
/etc/dbus-1/system.d that allowed all apps to receive
|
||||
@EXPANDED_SYSCONFDIR@/dbus-1/system.d that allowed all apps to receive
|
||||
this message and allowed the printer daemon user to send it.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><user></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><user></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>The user account the daemon should run as, as either a username or a
|
||||
UID. If the daemon cannot change to this UID on startup, it will exit.
|
||||
|
|
@ -261,97 +283,127 @@ about its UID.</para>
|
|||
|
||||
<para>The user is changed after the bus has completed initialization. So
|
||||
sockets etc. will be created before changing user, but no data will be
|
||||
read from clients before changing user. This means that sockets
|
||||
and PID files can be created in a location that requires root
|
||||
read from clients before changing user. This means that sockets
|
||||
and PID files can be created in a location that requires root
|
||||
privileges for writing.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><fork></emphasis></term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para>If present, the bus daemon becomes a real daemon (forks
|
||||
into the background, etc.). This is generally used
|
||||
<listitem><para><emphasis remap='I'><fork></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>If present, the bus daemon becomes a real daemon (forks
|
||||
into the background, etc.). This is generally used
|
||||
rather than the --fork command line option.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><listen></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><keep_umask></emphasis></para></listitem>
|
||||
|
||||
<para>Add an address that the bus should listen on. The
|
||||
address is in the standard D-Bus format that contains
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>If present, the bus daemon keeps its original umask when forking.
|
||||
This may be useful to avoid affecting the behavior of child processes.</para>
|
||||
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<listitem><para><emphasis remap='I'><listen></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>Add an address that the bus should listen on. The
|
||||
address is in the standard D-Bus format that contains
|
||||
a transport name plus possible parameters/options.</para>
|
||||
|
||||
|
||||
<para>Example: <listen>unix:path=/tmp/foo</listen></para>
|
||||
|
||||
|
||||
<para>If there are multiple <listen> elements, then the bus listens
|
||||
on multiple addresses. The bus will pass its address to
|
||||
started services or other interested parties with
|
||||
the last address given in <listen> first. That is,
|
||||
<para>Example: <listen>tcp:host=localhost,port=1234</listen></para>
|
||||
|
||||
|
||||
<para>If there are multiple <listen> elements, then the bus listens
|
||||
on multiple addresses. The bus will pass its address to
|
||||
started services or other interested parties with
|
||||
the last address given in <listen> first. That is,
|
||||
apps will try to connect to the last <listen> address first.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><auth></emphasis></term>
|
||||
<listitem>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<para>tcp sockets can accept IPv4 addresses, IPv6 addresses or hostnames.
|
||||
If a hostname resolves to multiple addresses, the server will bind
|
||||
to all of them. The family=ipv4 or family=ipv6 options can be used
|
||||
to force it to bind to a subset of addresses</para>
|
||||
|
||||
|
||||
<para>Example: <listen>tcp:host=localhost,port=0,family=ipv4</listen></para>
|
||||
|
||||
|
||||
<para>A special case is using a port number of zero (or omitting the port),
|
||||
which means to choose an available port selected by the operating
|
||||
system. The port number chosen can be obtained with the
|
||||
--print-address command line parameter and will be present in other
|
||||
cases where the server reports its own address, such as when
|
||||
DBUS_SESSION_BUS_ADDRESS is set.</para>
|
||||
|
||||
|
||||
<para>Example: <listen>tcp:host=localhost,port=0</listen></para>
|
||||
|
||||
|
||||
<para>tcp addresses also allow a bind=hostname option, which will override
|
||||
the host option specifying what address to bind to, without changing
|
||||
the address reported by the bus. The bind option can also take a
|
||||
special name '*' to cause the bus to listen on all local address
|
||||
(INADDR_ANY). The specified host should be a valid name of the local
|
||||
machine or weird stuff will happen.</para>
|
||||
|
||||
|
||||
<para>Example: <listen>tcp:host=localhost,bind=*,port=0</listen></para>
|
||||
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<listitem><para><emphasis remap='I'><auth></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>Lists permitted authorization mechanisms. If this element doesn't
|
||||
exist, then all known mechanisms are allowed. If there are multiple
|
||||
<auth> elements, all the listed mechanisms are allowed. The order in
|
||||
which mechanisms are listed is not meaningful.</para>
|
||||
|
||||
|
||||
|
||||
<para>Example: <auth>EXTERNAL</auth></para>
|
||||
|
||||
|
||||
<para>Example: <auth>DBUS_COOKIE_SHA1</auth></para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><servicedir></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><servicedir></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>Adds a directory to scan for .service files. Directories are
|
||||
scanned starting with the last to appear in the config file
|
||||
(the first .service file found that provides a particular
|
||||
scanned starting with the last to appear in the config file
|
||||
(the first .service file found that provides a particular
|
||||
service will be used).</para>
|
||||
|
||||
|
||||
<para>Service files tell the bus how to automatically start a program.
|
||||
They are primarily used with the per-user-session bus,
|
||||
They are primarily used with the per-user-session bus,
|
||||
not the systemwide bus.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><standard_session_servicedirs/></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><standard_session_servicedirs/></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para><standard_session_servicedirs/> is equivalent to specifying a series
|
||||
of <servicedir/> elements for each of the data directories in the "XDG
|
||||
|
|
@ -367,18 +419,48 @@ otherwise try your favorite search engine.</para>
|
|||
|
||||
<para>The <standard_session_servicedirs/> option is only relevant to the
|
||||
per-user-session bus daemon defined in
|
||||
/etc/dbus-1/session.conf. Putting it in any other
|
||||
@EXPANDED_SYSCONFDIR@/dbus-1/session.conf. Putting it in any other
|
||||
configuration file would probably be nonsense.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><limit></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><standard_system_servicedirs/></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para><standard_system_servicedirs/> specifies the standard system-wide
|
||||
activation directories that should be searched for service files.
|
||||
This option defaults to @EXPANDED_DATADIR@/dbus-1/system-services.</para>
|
||||
|
||||
|
||||
<para>The <standard_system_servicedirs/> option is only relevant to the
|
||||
per-system bus daemon defined in
|
||||
@EXPANDED_SYSCONFDIR@/dbus-1/system.conf. Putting it in any other
|
||||
configuration file would probably be nonsense.</para>
|
||||
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<listitem><para><emphasis remap='I'><servicehelper/></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para><servicehelper/> specifies the setuid helper that is used to launch
|
||||
system daemons with an alternate user. Typically this should be
|
||||
the dbus-daemon-launch-helper executable in located in libexec.</para>
|
||||
|
||||
|
||||
<para>The <servicehelper/> option is only relevant to the per-system bus daemon
|
||||
defined in @EXPANDED_SYSCONFDIR@/dbus-1/system.conf. Putting it in any other
|
||||
configuration file would probably be nonsense.</para>
|
||||
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<listitem><para><emphasis remap='I'><limit></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para><limit> establishes a resource limit. For example:</para>
|
||||
<literallayout remap='.nf'>
|
||||
|
|
@ -392,31 +474,36 @@ Available limit names are:</para>
|
|||
<literallayout remap='.nf'>
|
||||
"max_incoming_bytes" : total size in bytes of messages
|
||||
incoming from a single connection
|
||||
"max_incoming_unix_fds" : total number of unix fds of messages
|
||||
incoming from a single connection
|
||||
"max_outgoing_bytes" : total size in bytes of messages
|
||||
queued up for a single connection
|
||||
"max_outgoing_unix_fds" : total number of unix fds of messages
|
||||
queued up for a single connection
|
||||
"max_message_size" : max size of a single message in
|
||||
bytes
|
||||
"service_start_timeout" : milliseconds (thousandths) until
|
||||
"max_message_unix_fds" : max unix fds of a single message
|
||||
"service_start_timeout" : milliseconds (thousandths) until
|
||||
a started service has to connect
|
||||
"auth_timeout" : milliseconds (thousandths) a
|
||||
connection is given to
|
||||
authenticate
|
||||
"max_completed_connections" : max number of authenticated connections
|
||||
"max_completed_connections" : max number of authenticated connections
|
||||
"max_incomplete_connections" : max number of unauthenticated
|
||||
connections
|
||||
"max_connections_per_user" : max number of completed connections from
|
||||
the same user
|
||||
"max_pending_service_starts" : max number of service launches in
|
||||
progress at the same time
|
||||
"max_names_per_connection" : max number of names a single
|
||||
"max_names_per_connection" : max number of names a single
|
||||
connection can own
|
||||
"max_match_rules_per_connection": max number of match rules for a single
|
||||
"max_match_rules_per_connection": max number of match rules for a single
|
||||
connection
|
||||
"max_replies_per_connection" : max number of pending method
|
||||
"max_replies_per_connection" : max number of pending method
|
||||
replies per connection
|
||||
(number of calls-in-progress)
|
||||
"reply_timeout" : milliseconds (thousandths)
|
||||
until a method call times out
|
||||
"reply_timeout" : milliseconds (thousandths)
|
||||
until a method call times out
|
||||
</literallayout> <!-- .fi -->
|
||||
|
||||
|
||||
|
|
@ -430,49 +517,60 @@ number of users that can work together to denial-of-service all other users by u
|
|||
up all connections on the systemwide bus.</para>
|
||||
|
||||
|
||||
<para>Limits are normally only of interest on the systemwide bus, not the user session
|
||||
<para>Limits are normally only of interest on the systemwide bus, not the user session
|
||||
buses.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><policy></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><policy></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>The <policy> element defines a security policy to be applied to a particular
|
||||
set of connections to the bus. A policy is made up of
|
||||
<allow> and <deny> elements. Policies are normally used with the systemwide bus;
|
||||
they are analogous to a firewall in that they allow expected traffic
|
||||
they are analogous to a firewall in that they allow expected traffic
|
||||
and prevent unexpected traffic.</para>
|
||||
|
||||
|
||||
<para>The <policy> element has one of three attributes:</para>
|
||||
<para>Currently, the system bus has a default-deny policy for sending method calls
|
||||
and owning bus names. Everything else, in particular reply messages, receive
|
||||
checks, and signals has a default allow policy.</para>
|
||||
|
||||
|
||||
<para>In general, it is best to keep system services as small, targeted programs which
|
||||
run in their own process and provide a single bus name. Then, all that is needed
|
||||
is an <allow> rule for the "own" permission to let the process claim the bus
|
||||
name, and a "send_destination" rule to allow traffic from some or all uids to
|
||||
your service.</para>
|
||||
|
||||
|
||||
<para>The <policy> element has one of four attributes:</para>
|
||||
<literallayout remap='.nf'>
|
||||
context="(default|mandatory)"
|
||||
at_console="(true|false)"
|
||||
user="username or userid"
|
||||
group="group name or gid"
|
||||
</literallayout> <!-- .fi -->
|
||||
|
||||
|
||||
<para>
|
||||
Policies are applied to a connection as follows:</para>
|
||||
<para>Policies are applied to a connection as follows:</para>
|
||||
<literallayout remap='.nf'>
|
||||
- all context="default" policies are applied
|
||||
- all group="connection's user's group" policies are applied
|
||||
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
|
||||
</literallayout> <!-- .fi -->
|
||||
|
||||
|
||||
<para>Policies applied later will override those applied earlier,
|
||||
when the policies overlap. Multiple policies with the same
|
||||
user/group/context are applied in the order they appear
|
||||
<para>Policies applied later will override those applied earlier,
|
||||
when the policies overlap. Multiple policies with the same
|
||||
user/group/context are applied in the order they appear
|
||||
in the config file.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
|
|
@ -493,16 +591,16 @@ statements, and works just like <deny> but with the inverse meaning.</para
|
|||
<para>The possible attributes of these elements are:</para>
|
||||
<literallayout remap='.nf'>
|
||||
send_interface="interface_name"
|
||||
send_member="method_or_signal_name"
|
||||
send_error="error_name"
|
||||
send_destination="name"
|
||||
send_type="method_call" | "method_return" | "signal" | "error"
|
||||
send_member="method_or_signal_name"
|
||||
send_error="error_name"
|
||||
send_destination="name"
|
||||
send_type="method_call" | "method_return" | "signal" | "error"
|
||||
send_path="/path/name"
|
||||
|
||||
receive_interface="interface_name"
|
||||
receive_member="method_or_signal_name"
|
||||
receive_error="error_name"
|
||||
receive_sender="name"
|
||||
receive_member="method_or_signal_name"
|
||||
receive_error="error_name"
|
||||
receive_sender="name"
|
||||
receive_type="method_call" | "method_return" | "signal" | "error"
|
||||
receive_path="/path/name"
|
||||
|
||||
|
|
@ -520,9 +618,7 @@ statements, and works just like <deny> but with the inverse meaning.</para
|
|||
|
||||
<para>Examples:</para>
|
||||
<literallayout remap='.nf'>
|
||||
<deny send_interface="org.freedesktop.System" send_member="Reboot"/>
|
||||
<deny receive_interface="org.freedesktop.System" receive_member="Reboot"/>
|
||||
<deny own="org.freedesktop.System"/>
|
||||
<deny send_destination="org.freedesktop.Service" send_interface="org.freedesktop.System" send_member="Reboot"/>
|
||||
<deny send_destination="org.freedesktop.System"/>
|
||||
<deny receive_sender="org.freedesktop.System"/>
|
||||
<deny user="john"/>
|
||||
|
|
@ -534,34 +630,29 @@ statements, and works just like <deny> but with the inverse meaning.</para
|
|||
particular action. If it matches, the action is denied (unless later
|
||||
rules in the config file allow it).</para>
|
||||
|
||||
|
||||
<para>send_destination and receive_sender rules mean that messages may not be
|
||||
sent to or received from the *owner* of the given name, not that
|
||||
they may not be sent *to that name*. That is, if a connection
|
||||
owns services A, B, C, and sending to A is denied, sending to B or C
|
||||
will not work either.</para>
|
||||
|
||||
|
||||
<para>The other send_* and receive_* attributes are purely textual/by-value
|
||||
matches against the given field in the message header.</para>
|
||||
|
||||
|
||||
<para>"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).</para>
|
||||
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).</para>
|
||||
|
||||
|
||||
<para>For <allow>, eavesdrop="true" indicates that the rule matches even
|
||||
when eavesdropping. eavesdrop="false" is the default and means that
|
||||
<para>For <allow>, eavesdrop="true" indicates that the rule matches even
|
||||
when eavesdropping. eavesdrop="false" is the default and means that
|
||||
the rule only allows messages to go to their specified recipient.
|
||||
For <deny>, eavesdrop="true" indicates that the rule matches
|
||||
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
|
||||
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).</para>
|
||||
|
||||
|
||||
send and receive rules (with send_* and receive_* attributes).</para>
|
||||
|
||||
<para>The [send|receive]_requested_reply attribute works similarly to the eavesdrop
|
||||
attribute. It controls whether the <deny> or <allow> matches a reply
|
||||
|
|
@ -582,7 +673,7 @@ requested. [send|receive]_requested_reply="true" indicates that the rule applies
|
|||
always, regardless of pending reply state.</para>
|
||||
|
||||
|
||||
<para>user and group denials mean that the given user or group may
|
||||
<para>user and group denials mean that the given user or group may
|
||||
not connect to the message bus.</para>
|
||||
|
||||
|
||||
|
|
@ -591,6 +682,7 @@ the character "*" can be substituted, meaning "any." Complex globs
|
|||
like "foo.bar.*" aren't allowed for now because they'd be work to
|
||||
implement and maybe encourage sloppy security anyway.</para>
|
||||
|
||||
|
||||
<para><allow own_prefix="a.b"/> allows you to own the name "a.b" or any
|
||||
name whose first dot-separated elements are "a.b": in particular,
|
||||
you can own "a.b.c" or "a.b.c.d", but not "a.bc" or "a.c".
|
||||
|
|
@ -599,6 +691,7 @@ define a meaning for subtrees of well-known names, such as
|
|||
org.freedesktop.Telepathy.ConnectionManager.(anything)
|
||||
and org.freedesktop.ReserveDevice1.(anything).</para>
|
||||
|
||||
|
||||
<para>It does not make sense to deny a user or group inside a <policy>
|
||||
for a user or group; user/group denials can only be inside
|
||||
context="default" or context="mandatory" policies.</para>
|
||||
|
|
@ -617,42 +710,40 @@ rule, since "whether the message can be sent" and "whether it can be
|
|||
received" are evaluated separately.</para>
|
||||
|
||||
|
||||
<para>Be careful with send_interface/receive_interface, because the
|
||||
interface field in messages is optional.</para>
|
||||
<para>Be careful with send_interface/receive_interface, because the
|
||||
interface field in messages is optional. In particular, do NOT
|
||||
specify <deny send_interface="org.foo.Bar"/>! This will cause
|
||||
no-interface messages to be blocked for all services, which is
|
||||
almost certainly not what you intended. Always use rules of
|
||||
the form: <deny send_interface="org.foo.Bar" send_destination="org.foo.Service"/></para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><selinux></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><selinux></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>The <selinux> element contains settings related to Security Enhanced Linux.
|
||||
More details below.</para>
|
||||
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><emphasis remap='I'><associate></emphasis></term>
|
||||
<listitem>
|
||||
<itemizedlist remap='TP'>
|
||||
|
||||
<para></para> <!-- FIXME: blank list item -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem><para><emphasis remap='I'><associate></emphasis></para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>An <associate> element appears below an <selinux> element and
|
||||
creates a mapping. Right now only one kind of association is possible:</para>
|
||||
<literallayout remap='.nf'>
|
||||
<associate own="org.freedesktop.Foobar" context="foo_t"/>
|
||||
<associate own="org.freedesktop.Foobar" context="foo_t"/>
|
||||
</literallayout> <!-- .fi -->
|
||||
|
||||
|
||||
<para>This means that if a connection asks to own the name
|
||||
"org.freedesktop.Foobar" then the source context will be the context
|
||||
of the connection and the target context will be "foo_t" - see the
|
||||
of the connection and the target context will be "foo_t" - see the
|
||||
short discussion of SELinux below.</para>
|
||||
|
||||
|
||||
|
|
@ -663,7 +754,7 @@ NOT the context of the connection owning the name.</para>
|
|||
<para>There's currently no way to set a default for owning any name, if
|
||||
we add this syntax it will look like:</para>
|
||||
<literallayout remap='.nf'>
|
||||
<associate own="*" context="foo_t"/>
|
||||
<associate own="*" context="foo_t"/>
|
||||
</literallayout> <!-- .fi -->
|
||||
<para>If you find a reason this is useful, let the developers know.
|
||||
Right now the default will be the security context of the bus itself.</para>
|
||||
|
|
@ -715,30 +806,75 @@ the first connection as source, security context of the second connection
|
|||
as target, object class "dbus" and requested permission "send_msg".</para>
|
||||
|
||||
|
||||
<para>If a security context is not available for a connection
|
||||
(impossible when using UNIX domain sockets), then the target
|
||||
<para>If a security context is not available for a connection
|
||||
(impossible when using UNIX domain sockets), then the target
|
||||
context used is the context of the bus daemon itself.
|
||||
There is currently no way to change this default, because we're
|
||||
assuming that only UNIX domain sockets will be used to
|
||||
connect to the systemwide bus. If this changes, we'll
|
||||
There is currently no way to change this default, because we're
|
||||
assuming that only UNIX domain sockets will be used to
|
||||
connect to the systemwide bus. If this changes, we'll
|
||||
probably add a way to set the default connection context.</para>
|
||||
|
||||
|
||||
<para>Second, any time a connection asks to own a name,
|
||||
the bus daemon will check permissions with the security
|
||||
<para>Second, any time a connection asks to own a name,
|
||||
the bus daemon will check permissions with the security
|
||||
context of the connection as source, the security context specified
|
||||
for the name in the config file as target, object
|
||||
for the name in the config file as target, object
|
||||
class "dbus" and requested permission "acquire_svc".</para>
|
||||
|
||||
|
||||
<para>The security context for a bus name is specified with the
|
||||
<para>The security context for a bus name is specified with the
|
||||
<associate> element described earlier in this document.
|
||||
If a name has no security context associated in the
|
||||
configuration file, the security context of the bus daemon
|
||||
If a name has no security context associated in the
|
||||
configuration file, the security context of the bus daemon
|
||||
itself will be used.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='debugging'><title>DEBUGGING</title>
|
||||
<para>If you're trying to figure out where your messages are going or why
|
||||
you aren't getting messages, there are several things you can try.</para>
|
||||
|
||||
<para>Remember that the system bus is heavily locked down and if you
|
||||
haven't installed a security policy file to allow your message
|
||||
through, it won't work. For the session bus, this is not a concern.</para>
|
||||
|
||||
<para>The simplest way to figure out what's happening on the bus is to run
|
||||
the <emphasis remap='I'>dbus-monitor</emphasis> program, which comes with the D-Bus
|
||||
package. You can also send test messages with <emphasis remap='I'>dbus-send</emphasis>. These
|
||||
programs have their own man pages.</para>
|
||||
|
||||
<para>If you want to know what the daemon itself is doing, you might consider
|
||||
running a separate copy of the daemon to test against. This will allow you
|
||||
to put the daemon under a debugger, or run it with verbose output, without
|
||||
messing up your real session and system daemons.</para>
|
||||
|
||||
<para>To run a separate test copy of the daemon, for example you might open a terminal
|
||||
and type:</para>
|
||||
<literallayout remap='.nf'>
|
||||
DBUS_VERBOSE=1 dbus-daemon --session --print-address
|
||||
</literallayout> <!-- .fi -->
|
||||
|
||||
<para>The test daemon address will be printed when the daemon starts. You will need
|
||||
to copy-and-paste this address and use it as the value of the
|
||||
DBUS_SESSION_BUS_ADDRESS environment variable when you launch the applications
|
||||
you want to test. This will cause those applications to connect to your
|
||||
test bus instead of the DBUS_SESSION_BUS_ADDRESS of your real session bus.</para>
|
||||
|
||||
<para>DBUS_VERBOSE=1 will have NO EFFECT unless your copy of D-Bus
|
||||
was compiled with verbose mode enabled. This is not recommended in
|
||||
production builds due to performance impact. You may need to rebuild
|
||||
D-Bus if your copy was not built with debugging in mind. (DBUS_VERBOSE
|
||||
also affects the D-Bus library and thus applications using D-Bus; it may
|
||||
be useful to see verbose output on both the client side and from the daemon.)</para>
|
||||
|
||||
<para>If you want to get fancy, you can create a custom bus
|
||||
configuration for your test bus (see the session.conf and system.conf
|
||||
files that define the two default configurations for example). This
|
||||
would allow you to specify a different directory for .service files,
|
||||
for example.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='author'><title>AUTHOR</title>
|
||||
<para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<!-- lifted from troff+man by doclifter -->
|
||||
<refentry id='dbuslaunch1'>
|
||||
<!-- -->
|
||||
<!-- dbus\-launch manual page. -->
|
||||
<!-- Copyright (C) 2003 Red Hat, Inc. -->
|
||||
|
||||
<!-- dbus\-launch manual page.
|
||||
Copyright (C) 2003 Red Hat, Inc. -->
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>dbus-launch</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv id='name'>
|
||||
<refnamediv>
|
||||
<refname>dbus-launch</refname>
|
||||
<refpurpose>Utility to start a message bus from a shell script</refpurpose>
|
||||
</refnamediv>
|
||||
|
|
@ -41,7 +41,7 @@ backticks or the $() construct can be used to read information from
|
|||
<command>dbus-launch</command>.</para>
|
||||
|
||||
<para>With no arguments, <command>dbus-launch</command> will launch a session bus
|
||||
instance and print the address and pid of that instance to standard
|
||||
instance and print the address and PID of that instance to standard
|
||||
output.</para>
|
||||
|
||||
<para>You may specify a program to be run; in this case, <command>dbus-launch</command>
|
||||
|
|
@ -64,7 +64,7 @@ to set up the environment.</para>
|
|||
of the SHELL environment variable to determine which shell syntax
|
||||
should be used. If SHELL ends in "csh", then csh-compatible code is
|
||||
emitted; otherwise Bourne shell code is emitted. Instead of passing
|
||||
--auto-syntax, you may explicity specify a particular one by using
|
||||
--auto-syntax, you may explicitly specify a particular one by using
|
||||
--sh-syntax for Bourne syntax, or --csh-syntax for csh syntax.
|
||||
In scripts, it's more robust to avoid --auto-syntax and you hopefully
|
||||
know which shell your script is written in.</para>
|
||||
|
|
@ -73,30 +73,46 @@ know which shell your script is written in.</para>
|
|||
<para>See <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for more information
|
||||
about D-Bus. See also the man page for <emphasis remap='I'>dbus-daemon</emphasis>.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='examples'><title>EXAMPLES</title>
|
||||
<para>Distributions running
|
||||
<command>dbus-launch</command>
|
||||
as part of a standard X session should run
|
||||
<emphasis remap='B'>dbus-launch --exit-with-session</emphasis>
|
||||
after the X server has started and become available, as a wrapper around
|
||||
the "main" X client (typically a session manager or window manager), as in
|
||||
these examples:</para>
|
||||
|
||||
<blockquote remap='RS'>
|
||||
<para><emphasis remap='B'>dbus-launch --exit-with-session gnome-session</emphasis></para>
|
||||
|
||||
<para><emphasis remap='B'>dbus-launch --exit-with-session openbox</emphasis></para>
|
||||
|
||||
<para><emphasis remap='B'>dbus-launch --exit-with-session ~/.xsession</emphasis>
|
||||
</para></blockquote> <!-- remap='RE' -->
|
||||
|
||||
<para>If your distribution does not do this, you can achieve similar results
|
||||
by running your session or window manager in the same way in a script
|
||||
run by your X session, such as
|
||||
<filename>~/.xsession</filename>,
|
||||
<filename>~/.xinitrc</filename>
|
||||
or
|
||||
<filename>~/.Xclients</filename>.</para>
|
||||
|
||||
<para>To start a D-Bus session within a text-mode session, you can run
|
||||
dbus-launch in the background. For instance, in a sh-compatible shell:</para>
|
||||
|
||||
<para>Here is an example of how to use <command>dbus-launch</command> with an
|
||||
sh-compatible shell to start the per-session bus daemon:</para>
|
||||
<literallayout remap='.nf'>
|
||||
|
||||
## test for an existing bus daemon, just to be safe
|
||||
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
|
||||
## if not found, launch a new one
|
||||
eval `dbus-launch --sh-syntax --exit-with-session`
|
||||
eval `dbus-launch --sh-syntax`
|
||||
echo "D-Bus per-session daemon address is: $DBUS_SESSION_BUS_ADDRESS"
|
||||
fi
|
||||
|
||||
</literallayout> <!-- .fi -->
|
||||
<para>You might run something like that in your login scripts.</para>
|
||||
|
||||
|
||||
<para>Another way to use <command>dbus-launch</command> is to run your main session
|
||||
program, like so:</para>
|
||||
<literallayout remap='.nf'>
|
||||
|
||||
dbus-launch gnome-session
|
||||
|
||||
</literallayout> <!-- .fi -->
|
||||
<para>The above would likely be appropriate for ~/.xsession or ~/.Xclients.</para>
|
||||
<para>Note that in this case, dbus-launch will exit, and dbus-daemon will not be
|
||||
terminated automatically on logout.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
|
@ -227,6 +243,20 @@ use it manually. It may change in the future.</para>
|
|||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='notes'><title>NOTES</title>
|
||||
<para>If you run
|
||||
<emphasis remap='B'>dbus-launch myapp</emphasis>
|
||||
(with any other options), dbus-daemon will
|
||||
<emphasis remap='I'>not</emphasis>
|
||||
exit when
|
||||
<emphasis remap='B'>myapp</emphasis>
|
||||
terminates: this is because
|
||||
<emphasis remap='B'>myapp</emphasis>
|
||||
is assumed to be part of a larger session, rather than a session in its
|
||||
own right.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='author'><title>AUTHOR</title>
|
||||
<para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<!-- lifted from troff+man by doclifter -->
|
||||
<refentry id='dbusmonitor1'>
|
||||
<!-- -->
|
||||
<!-- dbus\-monitor manual page. -->
|
||||
<!-- Copyright (C) 2003 Red Hat, Inc. -->
|
||||
|
||||
<!-- dbus\-monitor manual page.
|
||||
Copyright (C) 2003 Red Hat, Inc. -->
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>dbus-monitor</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv id='name'>
|
||||
<refnamediv>
|
||||
<refname>dbus-monitor</refname>
|
||||
<refpurpose>debug probe to print message bus messages</refpurpose>
|
||||
</refnamediv>
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<!-- lifted from troff+man by doclifter -->
|
||||
<refentry id='dbussend1'>
|
||||
<!-- -->
|
||||
<!-- dbus\-send manual page. -->
|
||||
<!-- Copyright (C) 2003 Red Hat, Inc. -->
|
||||
|
||||
<!-- dbus\-send manual page.
|
||||
Copyright (C) 2003 Red Hat, Inc. -->
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>dbus-send</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv id='name'>
|
||||
<refnamediv>
|
||||
<refname>dbus-send</refname>
|
||||
<refpurpose>Send a message to a message bus</refpurpose>
|
||||
</refnamediv>
|
||||
|
|
@ -21,14 +21,12 @@
|
|||
<command>dbus-send</command>
|
||||
<group choice='opt'><arg choice='plain'>--system </arg><arg choice='plain'>--session </arg></group>
|
||||
<arg choice='opt'>--dest=<replaceable>NAME</replaceable></arg>
|
||||
<arg choice='opt'>--print-reply </arg>
|
||||
<arg choice='opt'><arg choice='plain'>--print-reply </arg><arg choice='opt'><replaceable>=literal</replaceable></arg></arg>
|
||||
<arg choice='opt'>--reply-timeout=<replaceable>MSEC</replaceable></arg>
|
||||
<arg choice='opt'>--type=<replaceable>TYPE</replaceable></arg>
|
||||
<arg choice='plain'><replaceable><destination</replaceable></arg>
|
||||
<arg choice='plain'><replaceable>object</replaceable></arg>
|
||||
<arg choice='plain'><replaceable>path></replaceable></arg>
|
||||
<arg choice='plain'><replaceable><message</replaceable></arg>
|
||||
<arg choice='plain'><replaceable>name></replaceable></arg>
|
||||
<arg choice='opt' rep='repeat'><replaceable>contents</replaceable></arg>
|
||||
<arg choice='plain'><replaceable>OBJECT_PATH</replaceable></arg>
|
||||
<arg choice='plain'><replaceable>INTERFACE.MEMBER</replaceable></arg>
|
||||
<arg choice='opt' rep='repeat'><replaceable>CONTENTS</replaceable></arg>
|
||||
<sbr/>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
|
@ -43,14 +41,14 @@ information about the big picture.</para>
|
|||
<para>There are two well-known message buses: the systemwide message bus
|
||||
(installed on many systems as the "messagebus" service) and the
|
||||
per-user-login-session message bus (started each time a user logs in).
|
||||
The --system and --session options direct <command>dbus-send</command> to send
|
||||
messages to the system or session buses respectively. If neither is
|
||||
specified, <command>dbus-send</command> sends to the session bus.</para>
|
||||
The <option>--system</option> and <option>--session</option> options direct
|
||||
<command>dbus-send</command> to send messages to the system or session buses respectively.
|
||||
If neither is specified, <command>dbus-send</command> sends to the session bus.</para>
|
||||
|
||||
|
||||
<para>Nearly all uses of <command>dbus-send</command> must provide the --dest argument
|
||||
<para>Nearly all uses of <command>dbus-send</command> must provide the <option>--dest</option> argument
|
||||
which is the name of a connection on the bus to send the message to. If
|
||||
--dest is omitted, no destination is set.</para>
|
||||
<option>--dest</option> is omitted, no destination is set.</para>
|
||||
|
||||
|
||||
<para>The object path and the name of the message to send must always be
|
||||
|
|
@ -76,13 +74,13 @@ or nested containers (e.g. arrays of variants).</para>
|
|||
<para>Here is an example invocation:</para>
|
||||
<literallayout remap='.nf'>
|
||||
|
||||
dbus-send --dest=org.freedesktop.ExampleName \
|
||||
/org/freedesktop/sample/object/name \
|
||||
org.freedesktop.ExampleInterface.ExampleMethod \
|
||||
int32:47 string:'hello world' double:65.32 \
|
||||
array:string:"1st item","next item","last item" \
|
||||
dict:string:int32:"one",1,"two",2,"three",3 \
|
||||
variant:int32:-8 \
|
||||
dbus-send --dest=org.freedesktop.ExampleName \
|
||||
/org/freedesktop/sample/object/name \
|
||||
org.freedesktop.ExampleInterface.ExampleMethod \
|
||||
int32:47 string:'hello world' double:65.32 \
|
||||
array:string:"1st item","next item","last item" \
|
||||
dict:string:int32:"one",1,"two",2,"three",3 \
|
||||
variant:int32:-8 \
|
||||
objpath:/org/freedesktop/sample/object/name
|
||||
|
||||
</literallayout> <!-- .fi -->
|
||||
|
|
@ -97,7 +95,7 @@ and the interface member are separate fields.</para>
|
|||
<para>The following options are supported:</para>
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><option>--dest=NAME</option></term>
|
||||
<term><option>--dest=</option><replaceable>NAME</replaceable></term>
|
||||
<listitem>
|
||||
<para>Specify the name of the connection to receive the message.</para>
|
||||
</listitem>
|
||||
|
|
@ -105,7 +103,23 @@ and the interface member are separate fields.</para>
|
|||
<varlistentry>
|
||||
<term><option>--print-reply</option></term>
|
||||
<listitem>
|
||||
<para>Block for a reply to the message sent, and print any reply received.</para>
|
||||
<para>Block for a reply to the message sent, and print any reply received
|
||||
in a human-readable form.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--print-reply=literal</option></term>
|
||||
<listitem>
|
||||
<para>Block for a reply to the message sent, and print the body of the
|
||||
reply. If the reply is an object path or a string, it is printed
|
||||
literally, with no punctuation, escape characters etc.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--reply-timeout=</option><replaceable>MSEC</replaceable></term>
|
||||
<listitem>
|
||||
<para>Wait for a reply for up to <emphasis remap='I'>MSEC</emphasis> milliseconds.
|
||||
The default is implementation‐defined, typically 25 seconds.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
@ -121,9 +135,9 @@ and the interface member are separate fields.</para>
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--type=TYPE</option></term>
|
||||
<term><option>--type=</option><replaceable>TYPE</replaceable></term>
|
||||
<listitem>
|
||||
<para>Specify "method_call" or "signal" (defaults to "signal").</para>
|
||||
<para>Specify <emphasis remap='B'>method_call</emphasis> or <emphasis remap='B'>signal</emphasis> (defaults to "<emphasis remap='B'>signal</emphasis>").</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
125
doc/dbus-uuidgen.1.xml
Normal file
125
doc/dbus-uuidgen.1.xml
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<!-- lifted from troff+man by doclifter -->
|
||||
<refentry id='dbusuuidgen1'>
|
||||
|
||||
<!-- dbus\-uuidgen manual page.
|
||||
Copyright (C) 2006 Red Hat, Inc. -->
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>dbus-uuidgen</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>dbus-uuidgen</refname>
|
||||
<refpurpose>Utility to generate UUIDs</refpurpose>
|
||||
</refnamediv>
|
||||
<!-- body begins here -->
|
||||
<refsynopsisdiv id='synopsis'>
|
||||
<cmdsynopsis>
|
||||
<command>dbus-uuidgen</command> <arg choice='opt'>--version </arg>
|
||||
<arg choice='opt'><arg choice='plain'>--ensure </arg><arg choice='opt'><replaceable>=FILENAME</replaceable></arg></arg>
|
||||
<arg choice='opt'><arg choice='plain'>--get </arg><arg choice='opt'><replaceable>=FILENAME</replaceable></arg></arg>
|
||||
<sbr/>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
|
||||
<refsect1 id='description'><title>DESCRIPTION</title>
|
||||
<para>The <command>dbus-uuidgen</command> command generates or reads a universally unique ID.</para>
|
||||
|
||||
|
||||
<para>Note that the D-Bus UUID has no relationship to RFC 4122 and does not generate
|
||||
UUIDs compatible with that spec. Many systems have a separate command
|
||||
for that (often called "uuidgen").</para>
|
||||
|
||||
|
||||
<para>See <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for more information
|
||||
about D-Bus.</para>
|
||||
|
||||
|
||||
<para>The primary usage of <command>dbus-uuidgen</command> is to run in the post-install
|
||||
script of a D-Bus package like this:</para>
|
||||
<literallayout remap='.nf'>
|
||||
dbus-uuidgen --ensure
|
||||
</literallayout> <!-- .fi -->
|
||||
|
||||
|
||||
<para>This will ensure that /var/lib/dbus/machine-id exists and has the uuid in it.
|
||||
It won't overwrite an existing uuid, since this id should remain fixed
|
||||
for a single machine until the next reboot at least.</para>
|
||||
|
||||
|
||||
<para>The important properties of the machine UUID are that 1) it remains
|
||||
unchanged until the next reboot and 2) it is different for any two
|
||||
running instances of the OS kernel. That is, if two processes see the
|
||||
same UUID, they should also see the same shared memory, UNIX domain
|
||||
sockets, local X displays, localhost.localdomain resolution, process
|
||||
IDs, and so forth.</para>
|
||||
|
||||
|
||||
<para>If you run <command>dbus-uuidgen</command> with no options it just prints a new uuid made
|
||||
up out of thin air.</para>
|
||||
|
||||
|
||||
<para>If you run it with --get, it prints the machine UUID by default, or
|
||||
the UUID in the specified file if you specify a file.</para>
|
||||
|
||||
|
||||
<para>If you try to change an existing machine-id on a running system, it will
|
||||
probably result in bad things happening. Don't try to change this file. Also,
|
||||
don't make it the same on two different systems; it needs to be different
|
||||
anytime there are two different kernels running.</para>
|
||||
|
||||
|
||||
<para>The UUID should be different on two different virtual machines,
|
||||
because there are two different kernels.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='options'><title>OPTIONS</title>
|
||||
<para>The following options are supported:</para>
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
<term><option>--get[=FILENAME]</option></term>
|
||||
<listitem>
|
||||
<para>If a filename is not given, defaults to localstatedir/lib/dbus/machine-id
|
||||
(localstatedir is usually /var). If this file exists and is valid, the
|
||||
uuid in the file is printed on stdout. Otherwise, the command exits
|
||||
with a nonzero status.</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--ensure[=FILENAME]</option></term>
|
||||
<listitem>
|
||||
<para>If a filename is not given, defaults to localstatedir/lib/dbus/machine-id
|
||||
(localstatedir is usually /var). If this file exists then it will be
|
||||
validated, and a failure code returned if it contains the wrong thing.
|
||||
If the file does not exist, it will be created with a new uuid in it.
|
||||
On success, prints no output.</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--version</option></term>
|
||||
<listitem>
|
||||
<para>Print the version of dbus-uuidgen</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='author'><title>AUTHOR</title>
|
||||
<para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='bugs'><title>BUGS</title>
|
||||
<para>Please send bug reports to the D-Bus mailing list or bug tracker,
|
||||
see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
Loading…
Add table
Reference in a new issue