os/ossrv/ofdbus/dbus/data/session.conf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
<!-- This configuration file controls the per-user-login-session message bus.
sl@0
     2
     Add a session-local.conf and edit that rather than changing this 
sl@0
     3
     file directly. -->
sl@0
     4
sl@0
     5
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
sl@0
     6
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
sl@0
     7
<busconfig>
sl@0
     8
  <!-- Our well-known bus type, don't change this -->
sl@0
     9
  <type>session</type>
sl@0
    10
sl@0
    11
  <!-- Linux -->
sl@0
    12
  <!-- listen>unix:tmpdir=/tmp</listen -->
sl@0
    13
  <!-- __SYMBIAN32__ -->
sl@0
    14
  <listen>tcp:host=localhost,port=12435</listen>
sl@0
    15
sl@0
    16
  <standard_session_servicedirs />
sl@0
    17
sl@0
    18
  <policy context="default">
sl@0
    19
    <!-- Allow everything to be sent -->
sl@0
    20
    <allow send_destination="*"/>
sl@0
    21
    <!-- Allow everything to be received -->
sl@0
    22
    <allow eavesdrop="true"/>
sl@0
    23
    <!-- Allow anyone to own anything -->
sl@0
    24
    <allow own="*"/>
sl@0
    25
  </policy>
sl@0
    26
sl@0
    27
  <!-- This is included last so local configuration can override what's 
sl@0
    28
       in this standard file -->
sl@0
    29
  <include ignore_missing="yes">session-local.conf</include>
sl@0
    30
sl@0
    31
  <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
sl@0
    32
sl@0
    33
</busconfig>