os/ossrv/ofdbus/dbus/data/valid-config-files/session.conf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
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
  <listen>unix:tmpdir=/tmp</listen>
sl@0
    12
sl@0
    13
  <standard_session_servicedirs />
sl@0
    14
sl@0
    15
  <policy context="default">
sl@0
    16
    <!-- Allow everything to be sent -->
sl@0
    17
    <allow send_destination="*"/>
sl@0
    18
    <!-- Allow everything to be received -->
sl@0
    19
    <allow eavesdrop="true"/>
sl@0
    20
    <!-- Allow anyone to own anything -->
sl@0
    21
    <allow own="*"/>
sl@0
    22
  </policy>
sl@0
    23
sl@0
    24
  <!-- This is included last so local configuration can override what's 
sl@0
    25
       in this standard file -->
sl@0
    26
  <include ignore_missing="yes">session-local.conf</include>
sl@0
    27
sl@0
    28
  <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
sl@0
    29
sl@0
    30
</busconfig>