1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ofdbus/dbus/data/session.conf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,33 @@
1.4 +<!-- This configuration file controls the per-user-login-session message bus.
1.5 + Add a session-local.conf and edit that rather than changing this
1.6 + file directly. -->
1.7 +
1.8 +<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
1.9 + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
1.10 +<busconfig>
1.11 + <!-- Our well-known bus type, don't change this -->
1.12 + <type>session</type>
1.13 +
1.14 + <!-- Linux -->
1.15 + <!-- listen>unix:tmpdir=/tmp</listen -->
1.16 + <!-- __SYMBIAN32__ -->
1.17 + <listen>tcp:host=localhost,port=12435</listen>
1.18 +
1.19 + <standard_session_servicedirs />
1.20 +
1.21 + <policy context="default">
1.22 + <!-- Allow everything to be sent -->
1.23 + <allow send_destination="*"/>
1.24 + <!-- Allow everything to be received -->
1.25 + <allow eavesdrop="true"/>
1.26 + <!-- Allow anyone to own anything -->
1.27 + <allow own="*"/>
1.28 + </policy>
1.29 +
1.30 + <!-- This is included last so local configuration can override what's
1.31 + in this standard file -->
1.32 + <include ignore_missing="yes">session-local.conf</include>
1.33 +
1.34 + <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
1.35 +
1.36 +</busconfig>