First public contribution.
1 <!-- This configuration file controls the per-user-login-session message bus.
2 Add a session-local.conf and edit that rather than changing this
5 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
6 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
8 <!-- Our well-known bus type, don't change this -->
11 <listen>unix:tmpdir=/tmp</listen>
13 <standard_session_servicedirs />
15 <policy context="default">
16 <!-- Allow everything to be sent -->
17 <allow send_destination="*"/>
18 <!-- Allow everything to be received -->
19 <allow eavesdrop="true"/>
20 <!-- Allow anyone to own anything -->
24 <!-- This is included last so local configuration can override what's
25 in this standard file -->
26 <include ignore_missing="yes">session-local.conf</include>
28 <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>