os/ossrv/ofdbus/dbus/data/valid-config-files/session.conf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ofdbus/dbus/data/valid-config-files/session.conf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,30 @@
     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 +  <listen>unix:tmpdir=/tmp</listen>
    1.15 +
    1.16 +  <standard_session_servicedirs />
    1.17 +
    1.18 +  <policy context="default">
    1.19 +    <!-- Allow everything to be sent -->
    1.20 +    <allow send_destination="*"/>
    1.21 +    <!-- Allow everything to be received -->
    1.22 +    <allow eavesdrop="true"/>
    1.23 +    <!-- Allow anyone to own anything -->
    1.24 +    <allow own="*"/>
    1.25 +  </policy>
    1.26 +
    1.27 +  <!-- This is included last so local configuration can override what's 
    1.28 +       in this standard file -->
    1.29 +  <include ignore_missing="yes">session-local.conf</include>
    1.30 +
    1.31 +  <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
    1.32 +
    1.33 +</busconfig>