blob: 5297097dbc9a77b524343c73d40df3e52f85899a [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3<busconfig>
4 <user>mybususer</user>
5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
7 <includedir>basic.d</includedir>
8 <servicedir>/usr/share/foo</servicedir>
9 <include ignore_missing="yes">nonexistent.conf</include>
10 <policy context="default">
11 <allow user="*"/>
12 </policy>
13
14 <limit name="max_incoming_bytes">5000</limit>
15 <limit name="max_outgoing_bytes">5000</limit>
16 <limit name="max_message_size">300</limit>
17 <limit name="service_start_timeout">5000</limit>
18 <limit name="auth_timeout">6000</limit>
19 <limit name="max_completed_connections">50</limit>
20 <limit name="max_incomplete_connections">80</limit>
21 <limit name="max_connections_per_user">64</limit>
22 <limit name="max_pending_service_starts">64</limit>
23 <limit name="max_names_per_connection">256</limit>
24
25 <selinux>
26 <associate own="org.freedesktop.FrobationaryMeasures"
27 context="my_selinux_context_t"/>
28 <associate own="org.freedesktop.BlahBlahBlah"
29 context="foo_t"/>
30 </selinux>
31
32</busconfig>