2003-03-26 07:16:03 +00:00
|
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
|
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
|
|
|
<busconfig>
|
2003-03-31 04:01:00 +00:00
|
|
|
<user>mybususer</user>
|
|
|
|
|
<listen>unix:path=/foo/bar</listen>
|
|
|
|
|
<listen>tcp:port=1234</listen>
|
2003-04-02 00:29:33 +00:00
|
|
|
<includedir>basic.d</includedir>
|
|
|
|
|
<servicedir>/usr/share/foo</servicedir>
|
2003-03-31 04:01:00 +00:00
|
|
|
<include ignore_missing="yes">nonexistent.conf</include>
|
2003-03-26 07:16:03 +00:00
|
|
|
<policy context="default">
|
|
|
|
|
<allow user="*"/>
|
|
|
|
|
</policy>
|
2003-04-24 22:30:38 +00:00
|
|
|
|
|
|
|
|
<limit name="max_incoming_bytes">5000</limit>
|
|
|
|
|
<limit name="max_outgoing_bytes">5000</limit>
|
|
|
|
|
<limit name="max_message_size">300</limit>
|
2005-01-18 20:42:15 +00:00
|
|
|
<limit name="service_start_timeout">5000</limit>
|
2003-04-24 22:30:38 +00:00
|
|
|
<limit name="auth_timeout">6000</limit>
|
|
|
|
|
<limit name="max_completed_connections">50</limit>
|
|
|
|
|
<limit name="max_incomplete_connections">80</limit>
|
|
|
|
|
<limit name="max_connections_per_user">64</limit>
|
2005-01-18 20:42:15 +00:00
|
|
|
<limit name="max_pending_service_starts">64</limit>
|
|
|
|
|
<limit name="max_names_per_connection">256</limit>
|
2004-07-30 05:59:34 +00:00
|
|
|
|
|
|
|
|
<selinux>
|
|
|
|
|
<associate own="org.freedesktop.FrobationaryMeasures"
|
|
|
|
|
context="my_selinux_context_t"/>
|
|
|
|
|
<associate own="org.freedesktop.BlahBlahBlah"
|
|
|
|
|
context="foo_t"/>
|
|
|
|
|
</selinux>
|
|
|
|
|
|
2003-03-26 07:16:03 +00:00
|
|
|
</busconfig>
|