Fill in a manual and source for all man pages
[platform/upstream/dbus.git] / doc / dbus-daemon.1.xml.in
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3                    "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4 <!-- lifted from troff+man by doclifter -->
5 <refentry id='dbusdaemon1in'>
6
7 <!--  dbus&bsol;-daemon manual page.
8  Copyright (C) 2003,2008 Red Hat, Inc. -->
9
10 <refmeta>
11 <refentrytitle>dbus-daemon</refentrytitle>
12 <manvolnum>1</manvolnum>
13 <refmiscinfo class="manual">User Commands</refmiscinfo>
14 <refmiscinfo class="source">D-Bus</refmiscinfo>
15 <refmiscinfo class="version">@DBUS_VERSION@</refmiscinfo>
16 </refmeta>
17 <refnamediv>
18 <refname>dbus-daemon</refname>
19 <refpurpose>Message bus daemon</refpurpose>
20 </refnamediv>
21 <!-- body begins here -->
22 <refsynopsisdiv id='synopsis'>
23 <cmdsynopsis>
24   <command>dbus-daemon</command></cmdsynopsis>
25 <cmdsynopsis>
26   <command>dbus-daemon</command>    <arg choice='opt'>--version </arg>
27     <arg choice='opt'>--session </arg>
28     <arg choice='opt'>--system </arg>
29     <arg choice='opt'>--config-file=<replaceable>FILE</replaceable></arg>
30     <arg choice='opt'><arg choice='plain'>--print-address </arg><arg choice='opt'><replaceable>=DESCRIPTOR</replaceable></arg></arg>
31     <arg choice='opt'><arg choice='plain'>--print-pid </arg><arg choice='opt'><replaceable>=DESCRIPTOR</replaceable></arg></arg>
32     <arg choice='opt'>--fork </arg>
33     <sbr/>
34 </cmdsynopsis>
35 </refsynopsisdiv>
36
37
38 <refsect1 id='description'><title>DESCRIPTION</title>
39 <para><command>dbus-daemon</command> is the D-Bus message bus daemon. See
40 <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for more information about
41 the big picture. D-Bus is first a library that provides one-to-one
42 communication between any two applications; <command>dbus-daemon</command> is an
43 application that uses this library to implement a message bus
44 daemon. Multiple programs connect to the message bus daemon and can
45 exchange messages with one another.</para>
46
47 <para>There are two standard message bus instances: the systemwide message bus
48 (installed on many systems as the "messagebus" init service) and the
49 per-user-login-session message bus (started each time a user logs in).
50 <command>dbus-daemon</command> is used for both of these instances, but with
51 a different configuration file.</para>
52
53 <para>The --session option is equivalent to
54 "--config-file=@EXPANDED_SYSCONFDIR@/dbus-1/session.conf" and the --system
55 option is equivalent to
56 "--config-file=@EXPANDED_SYSCONFDIR@/dbus-1/system.conf". By creating
57 additional configuration files and using the --config-file option,
58 additional special-purpose message bus daemons could be created.</para>
59
60 <para>The systemwide daemon is normally launched by an init script,
61 standardly called simply "messagebus".</para>
62
63 <para>The systemwide daemon is largely used for broadcasting system events,
64 such as changes to the printer queue, or adding/removing devices.</para>
65
66 <para>The per-session daemon is used for various interprocess communication
67 among desktop applications (however, it is not tied to X or the GUI
68 in any way).</para>
69
70 <para>SIGHUP will cause the D-Bus daemon to PARTIALLY reload its
71 configuration file and to flush its user/group information caches. Some
72 configuration changes would require kicking all apps off the bus; so they will
73 only take effect if you restart the daemon. Policy changes should take effect
74 with SIGHUP.</para>
75
76 </refsect1>
77
78 <refsect1 id='options'><title>OPTIONS</title>
79 <para>The following options are supported:</para>
80 <variablelist remap='TP'>
81   <varlistentry>
82   <term><option>--config-file=FILE</option></term>
83   <listitem>
84 <para>Use the given configuration file.</para>
85   </listitem>
86   </varlistentry>
87   <varlistentry>
88   <term><option>--fork</option></term>
89   <listitem>
90 <para>Force the message bus to fork and become a daemon, even if
91 the configuration file does not specify that it should.
92 In most contexts the configuration file already gets this
93 right, though.
94 <option>--nofork</option>
95 Force the message bus not to fork and become a daemon, even if
96 the configuration file specifies that it should.</para>
97   </listitem>
98   </varlistentry>
99   <varlistentry>
100   <term><option>--print-address[=DESCRIPTOR]</option></term>
101   <listitem>
102 <para>Print the address of the message bus to standard output, or
103 to the given file descriptor. This is used by programs that
104 launch the message bus.</para>
105   </listitem>
106   </varlistentry>
107   <varlistentry>
108   <term><option>--print-pid[=DESCRIPTOR]</option></term>
109   <listitem>
110 <para>Print the process ID of the message bus to standard output, or
111 to the given file descriptor. This is used by programs that
112 launch the message bus.</para>
113   </listitem>
114   </varlistentry>
115   <varlistentry>
116   <term><option>--session</option></term>
117   <listitem>
118 <para>Use the standard configuration file for the per-login-session message
119 bus.</para>
120   </listitem>
121   </varlistentry>
122   <varlistentry>
123   <term><option>--system</option></term>
124   <listitem>
125 <para>Use the standard configuration file for the systemwide message bus.</para>
126   </listitem>
127   </varlistentry>
128   <varlistentry>
129   <term><option>--version</option></term>
130   <listitem>
131 <para>Print the version of the daemon.</para>
132   </listitem>
133   </varlistentry>
134   <varlistentry>
135   <term><option>--introspect</option></term>
136   <listitem>
137 <para>Print the introspection information for all D-Bus internal interfaces.</para>
138   </listitem>
139   </varlistentry>
140   <varlistentry>
141   <term><option>--address[=ADDRESS]</option></term>
142   <listitem>
143 <para>Set the address to listen on. This option overrides the address
144 configured in the configuration file.</para>
145   </listitem>
146   </varlistentry>
147   <varlistentry>
148   <term><option>--systemd-activation</option></term>
149   <listitem>
150 <para>Enable systemd-style service activation. Only useful in conjunction
151 with the systemd system and session manager on Linux.</para>
152   </listitem>
153   </varlistentry>
154   <varlistentry>
155   <term><option>--nopidfile</option></term>
156   <listitem>
157 <para>Don't write a PID file even if one is configured in the configuration
158 files.</para>
159
160   </listitem>
161   </varlistentry>
162 </variablelist>
163 </refsect1>
164
165 <refsect1 id='configuration_file'><title>CONFIGURATION FILE</title>
166 <para>A message bus daemon has a configuration file that specializes it
167 for a particular application. For example, one configuration
168 file might set up the message bus to be a systemwide message bus,
169 while another might set it up to be a per-user-login-session bus.</para>
170
171 <para>The configuration file also establishes resource limits, security
172 parameters, and so forth.</para>
173
174 <para>The configuration file is not part of any interoperability
175 specification and its backward compatibility is not guaranteed; this
176 document is documentation, not specification.</para>
177
178 <para>The standard systemwide and per-session message bus setups are
179 configured in the files "@EXPANDED_SYSCONFDIR@/dbus-1/system.conf" and
180 "@EXPANDED_SYSCONFDIR@/dbus-1/session.conf".  These files normally
181 &lt;include&gt; a system-local.conf or session-local.conf; you can put local
182 overrides in those files to avoid modifying the primary configuration
183 files.</para>
184
185
186 <para>The configuration file is an XML document. It must have the following
187 doctype declaration:</para>
188 <literallayout remap='.nf'>
189
190    &lt;!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
191     "<ulink url='http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd'>http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd</ulink>"&gt;
192
193 </literallayout> <!-- .fi -->
194
195
196 <para>The following elements may be present in the configuration file.</para>
197
198 <itemizedlist remap='TP'>
199
200   <listitem><para><emphasis remap='I'>&lt;busconfig&gt;</emphasis></para></listitem>
201
202
203 </itemizedlist>
204
205 <para>Root element.</para>
206
207 <itemizedlist remap='TP'>
208
209   <listitem><para><emphasis remap='I'>&lt;type&gt;</emphasis></para></listitem>
210
211
212 </itemizedlist>
213
214 <para>The well-known type of the message bus. Currently known values are
215 "system" and "session"; if other values are set, they should be
216 either added to the D-Bus specification, or namespaced.  The last
217 &lt;type&gt; element "wins" (previous values are ignored). This element
218 only controls which message bus specific environment variables are
219 set in activated clients.  Most of the policy that distinguishes a
220 session bus from the system bus is controlled from the other elements
221 in the configuration file.</para>
222
223
224 <para>If the well-known type of the message bus is "session", then the
225 DBUS_STARTER_BUS_TYPE environment variable will be set to "session"
226 and the DBUS_SESSION_BUS_ADDRESS environment variable will be set
227 to the address of the session bus.  Likewise, if the type of the
228 message bus is "system", then the DBUS_STARTER_BUS_TYPE environment
229 variable will be set to "system" and the DBUS_SESSION_BUS_ADDRESS
230 environment variable will be set to the address of the system bus
231 (which is normally well known anyway).</para>
232
233
234 <para>Example: &lt;type&gt;session&lt;/type&gt;</para>
235
236 <itemizedlist remap='TP'>
237
238   <listitem><para><emphasis remap='I'>&lt;include&gt;</emphasis></para></listitem>
239
240
241 </itemizedlist>
242
243 <para>Include a file &lt;include&gt;filename.conf&lt;/include&gt; at this point.  If the
244 filename is relative, it is located relative to the configuration file
245 doing the including.</para>
246
247
248 <para>&lt;include&gt; has an optional attribute "ignore_missing=(yes|no)"
249 which defaults to "no" if not provided. This attribute
250 controls whether it's a fatal error for the included file
251 to be absent.</para>
252
253 <itemizedlist remap='TP'>
254
255   <listitem><para><emphasis remap='I'>&lt;includedir&gt;</emphasis></para></listitem>
256
257
258 </itemizedlist>
259
260 <para>Include all files in &lt;includedir&gt;foo.d&lt;/includedir&gt; at this
261 point. Files in the directory are included in undefined order.
262 Only files ending in ".conf" are included.</para>
263
264
265 <para>This is intended to allow extension of the system bus by particular
266 packages. For example, if CUPS wants to be able to send out
267 notification of printer queue changes, it could install a file to
268 @EXPANDED_SYSCONFDIR@/dbus-1/system.d that allowed all apps to receive
269 this message and allowed the printer daemon user to send it.</para>
270
271 <itemizedlist remap='TP'>
272
273   <listitem><para><emphasis remap='I'>&lt;user&gt;</emphasis></para></listitem>
274
275
276 </itemizedlist>
277
278 <para>The user account the daemon should run as, as either a username or a
279 UID. If the daemon cannot change to this UID on startup, it will exit.
280 If this element is not present, the daemon will not change or care
281 about its UID.</para>
282
283
284 <para>The last &lt;user&gt; entry in the file "wins", the others are ignored.</para>
285
286
287 <para>The user is changed after the bus has completed initialization.  So
288 sockets etc. will be created before changing user, but no data will be
289 read from clients before changing user. This means that sockets
290 and PID files can be created in a location that requires root
291 privileges for writing.</para>
292
293 <itemizedlist remap='TP'>
294
295   <listitem><para><emphasis remap='I'>&lt;fork&gt;</emphasis></para></listitem>
296
297
298 </itemizedlist>
299
300 <para>If present, the bus daemon becomes a real daemon (forks
301 into the background, etc.). This is generally used
302 rather than the --fork command line option.</para>
303
304 <itemizedlist remap='TP'>
305
306   <listitem><para><emphasis remap='I'>&lt;keep_umask&gt;</emphasis></para></listitem>
307
308
309 </itemizedlist>
310
311 <para>If present, the bus daemon keeps its original umask when forking.
312 This may be useful to avoid affecting the behavior of child processes.</para>
313
314 <itemizedlist remap='TP'>
315
316   <listitem><para><emphasis remap='I'>&lt;listen&gt;</emphasis></para></listitem>
317
318
319 </itemizedlist>
320
321 <para>Add an address that the bus should listen on. The
322 address is in the standard D-Bus format that contains
323 a transport name plus possible parameters/options.</para>
324
325
326 <para>Example: &lt;listen&gt;unix:path=/tmp/foo&lt;/listen&gt;</para>
327
328
329 <para>Example: &lt;listen&gt;tcp:host=localhost,port=1234&lt;/listen&gt;</para>
330
331
332 <para>If there are multiple &lt;listen&gt; elements, then the bus listens
333 on multiple addresses. The bus will pass its address to
334 started services or other interested parties with
335 the last address given in &lt;listen&gt; first. That is,
336 apps will try to connect to the last &lt;listen&gt; address first.</para>
337
338
339 <para>tcp sockets can accept IPv4 addresses, IPv6 addresses or hostnames.
340 If a hostname resolves to multiple addresses, the server will bind
341 to all of them. The family=ipv4 or family=ipv6 options can be used
342 to force it to bind to a subset of addresses</para>
343
344
345 <para>Example: &lt;listen&gt;tcp:host=localhost,port=0,family=ipv4&lt;/listen&gt;</para>
346
347
348 <para>A special case is using a port number of zero (or omitting the port),
349 which means to choose an available port selected by the operating
350 system. The port number chosen can be obtained with the
351 --print-address command line parameter and will be present in other
352 cases where the server reports its own address, such as when
353 DBUS_SESSION_BUS_ADDRESS is set.</para>
354
355
356 <para>Example: &lt;listen&gt;tcp:host=localhost,port=0&lt;/listen&gt;</para>
357
358
359 <para>tcp addresses also allow a bind=hostname option, which will override
360 the host option specifying what address to bind to, without changing
361 the address reported by the bus. The bind option can also take a
362 special name '*' to cause the bus to listen on all local address
363 (INADDR_ANY). The specified host should be a valid name of the local
364 machine or weird stuff will happen.</para>
365
366
367 <para>Example: &lt;listen&gt;tcp:host=localhost,bind=*,port=0&lt;/listen&gt;</para>
368
369 <itemizedlist remap='TP'>
370
371   <listitem><para><emphasis remap='I'>&lt;auth&gt;</emphasis></para></listitem>
372
373
374 </itemizedlist>
375
376 <para>Lists permitted authorization mechanisms. If this element doesn't
377 exist, then all known mechanisms are allowed.  If there are multiple
378 &lt;auth&gt; elements, all the listed mechanisms are allowed.  The order in
379 which mechanisms are listed is not meaningful.</para>
380
381
382 <para>Example: &lt;auth&gt;EXTERNAL&lt;/auth&gt;</para>
383
384
385 <para>Example: &lt;auth&gt;DBUS_COOKIE_SHA1&lt;/auth&gt;</para>
386
387 <itemizedlist remap='TP'>
388
389   <listitem><para><emphasis remap='I'>&lt;servicedir&gt;</emphasis></para></listitem>
390
391
392 </itemizedlist>
393
394 <para>Adds a directory to scan for .service files. Directories are
395 scanned starting with the last to appear in the config file
396 (the first .service file found that provides a particular
397 service will be used).</para>
398
399
400 <para>Service files tell the bus how to automatically start a program.
401 They are primarily used with the per-user-session bus,
402 not the systemwide bus.</para>
403
404 <itemizedlist remap='TP'>
405
406   <listitem><para><emphasis remap='I'>&lt;standard_session_servicedirs/&gt;</emphasis></para></listitem>
407
408
409 </itemizedlist>
410
411 <para>&lt;standard_session_servicedirs/&gt; is equivalent to specifying a series
412 of &lt;servicedir/&gt; elements for each of the data directories in the "XDG
413 Base Directory Specification" with the subdirectory "dbus-1/services",
414 so for example "/usr/share/dbus-1/services" would be among the
415 directories searched.</para>
416
417
418 <para>The "XDG Base Directory Specification" can be found at
419 <ulink url='http://freedesktop.org/wiki/Standards/basedir-spec'>http://freedesktop.org/wiki/Standards/basedir-spec</ulink> if it hasn't moved,
420 otherwise try your favorite search engine.</para>
421
422
423 <para>The &lt;standard_session_servicedirs/&gt; option is only relevant to the
424 per-user-session bus daemon defined in
425 @EXPANDED_SYSCONFDIR@/dbus-1/session.conf. Putting it in any other
426 configuration file would probably be nonsense.</para>
427
428 <itemizedlist remap='TP'>
429
430   <listitem><para><emphasis remap='I'>&lt;standard_system_servicedirs/&gt;</emphasis></para></listitem>
431
432
433 </itemizedlist>
434
435 <para>&lt;standard_system_servicedirs/&gt; specifies the standard system-wide
436 activation directories that should be searched for service files.
437 This option defaults to @EXPANDED_DATADIR@/dbus-1/system-services.</para>
438
439
440 <para>The &lt;standard_system_servicedirs/&gt; option is only relevant to the
441 per-system bus daemon defined in
442 @EXPANDED_SYSCONFDIR@/dbus-1/system.conf. Putting it in any other
443 configuration file would probably be nonsense.</para>
444
445 <itemizedlist remap='TP'>
446
447   <listitem><para><emphasis remap='I'>&lt;servicehelper/&gt;</emphasis></para></listitem>
448
449
450 </itemizedlist>
451
452 <para>&lt;servicehelper/&gt; specifies the setuid helper that is used to launch
453 system daemons with an alternate user. Typically this should be
454 the dbus-daemon-launch-helper executable in located in libexec.</para>
455
456
457 <para>The &lt;servicehelper/&gt; option is only relevant to the per-system bus daemon
458 defined in @EXPANDED_SYSCONFDIR@/dbus-1/system.conf. Putting it in any other
459 configuration file would probably be nonsense.</para>
460
461 <itemizedlist remap='TP'>
462
463   <listitem><para><emphasis remap='I'>&lt;limit&gt;</emphasis></para></listitem>
464
465
466 </itemizedlist>
467
468 <para>&lt;limit&gt; establishes a resource limit. For example:</para>
469 <literallayout remap='.nf'>
470   &lt;limit name="max_message_size"&gt;64&lt;/limit&gt;
471   &lt;limit name="max_completed_connections"&gt;512&lt;/limit&gt;
472 </literallayout> <!-- .fi -->
473
474
475 <para>The name attribute is mandatory.
476 Available limit names are:</para>
477 <literallayout remap='.nf'>
478       "max_incoming_bytes"         : total size in bytes of messages
479                                      incoming from a single connection
480       "max_incoming_unix_fds"      : total number of unix fds of messages
481                                      incoming from a single connection
482       "max_outgoing_bytes"         : total size in bytes of messages
483                                      queued up for a single connection
484       "max_outgoing_unix_fds"      : total number of unix fds of messages
485                                      queued up for a single connection
486       "max_message_size"           : max size of a single message in
487                                      bytes
488       "max_message_unix_fds"       : max unix fds of a single message
489       "service_start_timeout"      : milliseconds (thousandths) until
490                                      a started service has to connect
491       "auth_timeout"               : milliseconds (thousandths) a
492                                      connection is given to
493                                      authenticate
494       "max_completed_connections"  : max number of authenticated connections
495       "max_incomplete_connections" : max number of unauthenticated
496                                      connections
497       "max_connections_per_user"   : max number of completed connections from
498                                      the same user
499       "max_pending_service_starts" : max number of service launches in
500                                      progress at the same time
501       "max_names_per_connection"   : max number of names a single
502                                      connection can own
503       "max_match_rules_per_connection": max number of match rules for a single
504                                         connection
505       "max_replies_per_connection" : max number of pending method
506                                      replies per connection
507                                      (number of calls-in-progress)
508       "reply_timeout"              : milliseconds (thousandths)
509                                      until a method call times out
510 </literallayout> <!-- .fi -->
511
512
513 <para>The max incoming/outgoing queue sizes allow a new message to be queued
514 if one byte remains below the max. So you can in fact exceed the max
515 by max_message_size.</para>
516
517
518 <para>max_completed_connections divided by max_connections_per_user is the
519 number of users that can work together to denial-of-service all other users by using
520 up all connections on the systemwide bus.</para>
521
522
523 <para>Limits are normally only of interest on the systemwide bus, not the user session
524 buses.</para>
525
526 <itemizedlist remap='TP'>
527
528   <listitem><para><emphasis remap='I'>&lt;policy&gt;</emphasis></para></listitem>
529
530
531 </itemizedlist>
532
533 <para>The &lt;policy&gt; element defines a security policy to be applied to a particular
534 set of connections to the bus. A policy is made up of
535 &lt;allow&gt; and &lt;deny&gt; elements. Policies are normally used with the systemwide bus;
536 they are analogous to a firewall in that they allow expected traffic
537 and prevent unexpected traffic.</para>
538
539
540 <para>Currently, the system bus has a default-deny policy for sending method calls
541 and owning bus names.  Everything else, in particular reply messages, receive
542 checks, and signals has a default allow policy.</para>
543
544
545 <para>In general, it is best to keep system services as small, targeted programs which
546 run in their own process and provide a single bus name.  Then, all that is needed
547 is an &lt;allow&gt; rule for the "own" permission to let the process claim the bus
548 name, and a "send_destination" rule to allow traffic from some or all uids to
549 your service.</para>
550
551
552 <para>The &lt;policy&gt; element has one of four attributes:</para>
553 <literallayout remap='.nf'>
554   context="(default|mandatory)"
555   at_console="(true|false)"
556   user="username or userid"
557   group="group name or gid"
558 </literallayout> <!-- .fi -->
559
560
561 <para>Policies are applied to a connection as follows:</para>
562 <literallayout remap='.nf'>
563    - all context="default" policies are applied
564    - all group="connection's user's group" policies are applied
565      in undefined order
566    - all user="connection's auth user" policies are applied
567      in undefined order
568    - all at_console="true" policies are applied
569    - all at_console="false" policies are applied
570    - all context="mandatory" policies are applied
571 </literallayout> <!-- .fi -->
572
573
574 <para>Policies applied later will override those applied earlier,
575 when the policies overlap. Multiple policies with the same
576 user/group/context are applied in the order they appear
577 in the config file.</para>
578
579 <variablelist remap='TP'>
580   <varlistentry>
581   <term><emphasis remap='I'>&lt;deny&gt;</emphasis></term>
582   <listitem>
583 <para><emphasis remap='I'>&lt;allow&gt;</emphasis></para>
584
585   </listitem>
586   </varlistentry>
587 </variablelist>
588
589 <para>A &lt;deny&gt; element appears below a &lt;policy&gt; element and prohibits some
590 action. The &lt;allow&gt; element makes an exception to previous &lt;deny&gt;
591 statements, and works just like &lt;deny&gt; but with the inverse meaning.</para>
592
593
594 <para>The possible attributes of these elements are:</para>
595 <literallayout remap='.nf'>
596    send_interface="interface_name"
597    send_member="method_or_signal_name"
598    send_error="error_name"
599    send_destination="name"
600    send_type="method_call" | "method_return" | "signal" | "error"
601    send_path="/path/name"
602
603    receive_interface="interface_name"
604    receive_member="method_or_signal_name"
605    receive_error="error_name"
606    receive_sender="name"
607    receive_type="method_call" | "method_return" | "signal" | "error"
608    receive_path="/path/name"
609
610    send_requested_reply="true" | "false"
611    receive_requested_reply="true" | "false"
612
613    eavesdrop="true" | "false"
614
615    own="name"
616    own_prefix="name"
617    user="username"
618    group="groupname"
619 </literallayout> <!-- .fi -->
620
621
622 <para>Examples:</para>
623 <literallayout remap='.nf'>
624    &lt;deny send_destination="org.freedesktop.Service" send_interface="org.freedesktop.System" send_member="Reboot"/&gt;
625    &lt;deny send_destination="org.freedesktop.System"/&gt;
626    &lt;deny receive_sender="org.freedesktop.System"/&gt;
627    &lt;deny user="john"/&gt;
628    &lt;deny group="enemies"/&gt;
629 </literallayout> <!-- .fi -->
630
631
632 <para>The &lt;deny&gt; element's attributes determine whether the deny "matches" a
633 particular action. If it matches, the action is denied (unless later
634 rules in the config file allow it).</para>
635
636 <para>send_destination and receive_sender rules mean that messages may not be
637 sent to or received from the *owner* of the given name, not that
638 they may not be sent *to that name*. That is, if a connection
639 owns services A, B, C, and sending to A is denied, sending to B or C
640 will not work either.</para>
641
642 <para>The other send_* and receive_* attributes are purely textual/by-value
643 matches against the given field in the message header.</para>
644
645 <para>"Eavesdropping" occurs when an application receives a message that
646 was explicitly addressed to a name the application does not own, or
647 is a reply to such a message. Eavesdropping thus only applies to
648 messages that are addressed to services and replies to such messages
649 (i.e. it does not apply to signals).</para>
650
651 <para>For &lt;allow&gt;, eavesdrop="true" indicates that the rule matches even
652 when eavesdropping. eavesdrop="false" is the default and means that
653 the rule only allows messages to go to their specified recipient.
654 For &lt;deny&gt;, eavesdrop="true" indicates that the rule matches
655 only when eavesdropping. eavesdrop="false" is the default for &lt;deny&gt;
656 also, but here it means that the rule applies always, even when
657 not eavesdropping. The eavesdrop attribute can only be combined with
658 send and receive rules (with send_* and receive_* attributes).</para>
659
660 <para>The [send|receive]_requested_reply attribute works similarly to the eavesdrop
661 attribute. It controls whether the &lt;deny&gt; or &lt;allow&gt; matches a reply
662 that is expected (corresponds to a previous method call message).
663 This attribute only makes sense for reply messages (errors and method
664 returns), and is ignored for other message types.</para>
665
666
667 <para>For &lt;allow&gt;, [send|receive]_requested_reply="true" is the default and indicates that
668 only requested replies are allowed by the
669 rule. [send|receive]_requested_reply="false" means that the rule allows any reply
670 even if unexpected.</para>
671
672
673 <para>For &lt;deny&gt;, [send|receive]_requested_reply="false" is the default but indicates that
674 the rule matches only when the reply was not
675 requested. [send|receive]_requested_reply="true" indicates that the rule applies
676 always, regardless of pending reply state.</para>
677
678
679 <para>user and group denials mean that the given user or group may
680 not connect to the message bus.</para>
681
682
683 <para>For "name", "username", "groupname", etc.
684 the character "*" can be substituted, meaning "any." Complex globs
685 like "foo.bar.*" aren't allowed for now because they'd be work to
686 implement and maybe encourage sloppy security anyway.</para>
687
688
689 <para>&lt;allow own_prefix="a.b"/&gt; allows you to own the name "a.b" or any
690 name whose first dot-separated elements are "a.b": in particular,
691 you can own "a.b.c" or "a.b.c.d", but not "a.bc" or "a.c".
692 This is useful when services like Telepathy and ReserveDevice
693 define a meaning for subtrees of well-known names, such as
694 org.freedesktop.Telepathy.ConnectionManager.(anything)
695 and org.freedesktop.ReserveDevice1.(anything).</para>
696
697
698 <para>It does not make sense to deny a user or group inside a &lt;policy&gt;
699 for a user or group; user/group denials can only be inside
700 context="default" or context="mandatory" policies.</para>
701
702
703 <para>A single &lt;deny&gt; rule may specify combinations of attributes such as
704 send_destination and send_interface and send_type. In this case, the
705 denial applies only if both attributes match the message being denied.
706 e.g. &lt;deny send_interface="foo.bar" send_destination="foo.blah"/&gt; would
707 deny messages with the given interface AND the given bus name.
708 To get an OR effect you specify multiple &lt;deny&gt; rules.</para>
709
710
711 <para>You can't include both send_ and receive_ attributes on the same
712 rule, since "whether the message can be sent" and "whether it can be
713 received" are evaluated separately.</para>
714
715
716 <para>Be careful with send_interface/receive_interface, because the
717 interface field in messages is optional.  In particular, do NOT
718 specify &lt;deny send_interface="org.foo.Bar"/&gt;!  This will cause
719 no-interface messages to be blocked for all services, which is
720 almost certainly not what you intended.  Always use rules of
721 the form: &lt;deny send_interface="org.foo.Bar" send_destination="org.foo.Service"/&gt;</para>
722
723 <itemizedlist remap='TP'>
724
725   <listitem><para><emphasis remap='I'>&lt;selinux&gt;</emphasis></para></listitem>
726
727
728 </itemizedlist>
729
730 <para>The &lt;selinux&gt; element contains settings related to Security Enhanced Linux.
731 More details below.</para>
732
733 <itemizedlist remap='TP'>
734
735   <listitem><para><emphasis remap='I'>&lt;associate&gt;</emphasis></para></listitem>
736
737
738 </itemizedlist>
739
740 <para>An &lt;associate&gt; element appears below an &lt;selinux&gt; element and
741 creates a mapping. Right now only one kind of association is possible:</para>
742 <literallayout remap='.nf'>
743    &lt;associate own="org.freedesktop.Foobar" context="foo_t"/&gt;
744 </literallayout> <!-- .fi -->
745
746
747 <para>This means that if a connection asks to own the name
748 "org.freedesktop.Foobar" then the source context will be the context
749 of the connection and the target context will be "foo_t" - see the
750 short discussion of SELinux below.</para>
751
752
753 <para>Note, the context here is the target context when requesting a name,
754 NOT the context of the connection owning the name.</para>
755
756
757 <para>There's currently no way to set a default for owning any name, if
758 we add this syntax it will look like:</para>
759 <literallayout remap='.nf'>
760    &lt;associate own="*" context="foo_t"/&gt;
761 </literallayout> <!-- .fi -->
762 <para>If you find a reason this is useful, let the developers know.
763 Right now the default will be the security context of the bus itself.</para>
764
765
766 <para>If two &lt;associate&gt; elements specify the same name, the element
767 appearing later in the configuration file will be used.</para>
768
769 </refsect1>
770
771 <refsect1 id='selinux'><title>SELinux</title>
772 <para>See <ulink url='http://www.nsa.gov/selinux/'>http://www.nsa.gov/selinux/</ulink> for full details on SELinux. Some useful excerpts:</para>
773
774
775 <para>Every subject (process) and object (e.g. file, socket, IPC object,
776 etc) in the system is assigned a collection of security attributes,
777 known as a security context. A security context contains all of the
778 security attributes associated with a particular subject or object
779 that are relevant to the security policy.</para>
780
781
782 <para>In order to better encapsulate security contexts and to provide
783 greater efficiency, the policy enforcement code of SELinux typically
784 handles security identifiers (SIDs) rather than security contexts. A
785 SID is an integer that is mapped by the security server to a security
786 context at runtime.</para>
787
788
789 <para>When a security decision is required, the policy enforcement code
790 passes a pair of SIDs (typically the SID of a subject and the SID of
791 an object, but sometimes a pair of subject SIDs or a pair of object
792 SIDs), and an object security class to the security server. The object
793 security class indicates the kind of object, e.g. a process, a regular
794 file, a directory, a TCP socket, etc.</para>
795
796
797 <para>Access decisions specify whether or not a permission is granted for a
798 given pair of SIDs and class. Each object class has a set of
799 associated permissions defined to control operations on objects with
800 that class.</para>
801
802
803 <para>D-Bus performs SELinux security checks in two places.</para>
804
805
806 <para>First, any time a message is routed from one connection to another
807 connection, the bus daemon will check permissions with the security context of
808 the first connection as source, security context of the second connection
809 as target, object class "dbus" and requested permission "send_msg".</para>
810
811
812 <para>If a security context is not available for a connection
813 (impossible when using UNIX domain sockets), then the target
814 context used is the context of the bus daemon itself.
815 There is currently no way to change this default, because we're
816 assuming that only UNIX domain sockets will be used to
817 connect to the systemwide bus. If this changes, we'll
818 probably add a way to set the default connection context.</para>
819
820
821 <para>Second, any time a connection asks to own a name,
822 the bus daemon will check permissions with the security
823 context of the connection as source, the security context specified
824 for the name in the config file as target, object
825 class "dbus" and requested permission "acquire_svc".</para>
826
827
828 <para>The security context for a bus name is specified with the
829 &lt;associate&gt; element described earlier in this document.
830 If a name has no security context associated in the
831 configuration file, the security context of the bus daemon
832 itself will be used.</para>
833
834 </refsect1>
835
836 <refsect1 id='debugging'><title>DEBUGGING</title>
837 <para>If you're trying to figure out where your messages are going or why
838 you aren't getting messages, there are several things you can try.</para>
839
840 <para>Remember that the system bus is heavily locked down and if you
841 haven't installed a security policy file to allow your message
842 through, it won't work. For the session bus, this is not a concern.</para>
843
844 <para>The simplest way to figure out what's happening on the bus is to run
845 the <emphasis remap='I'>dbus-monitor</emphasis> program, which comes with the D-Bus
846 package. You can also send test messages with <emphasis remap='I'>dbus-send</emphasis>. These
847 programs have their own man pages.</para>
848
849 <para>If you want to know what the daemon itself is doing, you might consider
850 running a separate copy of the daemon to test against. This will allow you
851 to put the daemon under a debugger, or run it with verbose output, without
852 messing up your real session and system daemons.</para>
853
854 <para>To run a separate test copy of the daemon, for example you might open a terminal
855 and type:</para>
856 <literallayout remap='.nf'>
857   DBUS_VERBOSE=1 dbus-daemon --session --print-address
858 </literallayout> <!-- .fi -->
859
860 <para>The test daemon address will be printed when the daemon starts. You will need
861 to copy-and-paste this address and use it as the value of the
862 DBUS_SESSION_BUS_ADDRESS environment variable when you launch the applications
863 you want to test. This will cause those applications to connect to your
864 test bus instead of the DBUS_SESSION_BUS_ADDRESS of your real session bus.</para>
865
866 <para>DBUS_VERBOSE=1 will have NO EFFECT unless your copy of D-Bus
867 was compiled with verbose mode enabled. This is not recommended in
868 production builds due to performance impact. You may need to rebuild
869 D-Bus if your copy was not built with debugging in mind. (DBUS_VERBOSE
870 also affects the D-Bus library and thus applications using D-Bus; it may
871 be useful to see verbose output on both the client side and from the daemon.)</para>
872
873 <para>If you want to get fancy, you can create a custom bus
874 configuration for your test bus (see the session.conf and system.conf
875 files that define the two default configurations for example). This
876 would allow you to specify a different directory for .service files,
877 for example.</para>
878
879 </refsect1>
880
881 <refsect1 id='author'><title>AUTHOR</title>
882 <para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
883
884 </refsect1>
885
886 <refsect1 id='bugs'><title>BUGS</title>
887 <para>Please send bug reports to the D-Bus mailing list or bug tracker,
888 see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
889 </refsect1>
890 </refentry>
891