os/ossrv/ofdbus/dbus/data/valid-config-files/basic.conf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
sl@0
     2
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
sl@0
     3
<busconfig>
sl@0
     4
  <user>mybususer</user>
sl@0
     5
  <listen>tcp:host=localhost,port=1234</listen>
sl@0
     6
  <includedir>basic.d</includedir>
sl@0
     7
  <servicedir>C:/Data/dbus</servicedir>
sl@0
     8
  <include ignore_missing="yes">nonexistent.conf</include>
sl@0
     9
  <policy context="default">
sl@0
    10
    <allow user="*"/>
sl@0
    11
  </policy>
sl@0
    12
sl@0
    13
  <limit name="max_incoming_bytes">5000</limit>   
sl@0
    14
  <limit name="max_outgoing_bytes">5000</limit>
sl@0
    15
  <limit name="max_message_size">300</limit>
sl@0
    16
  <limit name="service_start_timeout">5000</limit>
sl@0
    17
  <limit name="auth_timeout">6000</limit>
sl@0
    18
  <limit name="max_completed_connections">50</limit>  
sl@0
    19
  <limit name="max_incomplete_connections">80</limit>
sl@0
    20
  <limit name="max_connections_per_user">64</limit>
sl@0
    21
  <limit name="max_pending_service_starts">64</limit>
sl@0
    22
  <limit name="max_names_per_connection">256</limit>
sl@0
    23
sl@0
    24
  <selinux>
sl@0
    25
        <associate own="org.freedesktop.FrobationaryMeasures"
sl@0
    26
         context="my_selinux_context_t"/>
sl@0
    27
        <associate own="org.freedesktop.BlahBlahBlah"
sl@0
    28
         context="foo_t"/>
sl@0
    29
  </selinux>
sl@0
    30
sl@0
    31
</busconfig>