~ubuntu-branches/ubuntu/precise/telepathy-glib/precise-201111172307

« back to all changes in this revision

Viewing changes to tests/dbus/dbus-installed/session.conf.in

  • Committer: Ken VanDine
  • Date: 2011-11-17 20:53:21 UTC
  • mfrom: (1.6.34 upstream)
  • Revision ID: ken.vandine@canonical.com-20111117205321-l704j7kr1zgw5v9h
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Copied from telepathy-gabble (which doubtless copied it from somewhere
 
2
     else) and modified.
 
3
     This configuration file controls the per-user-login-session message bus.
 
4
     Add a session-local.conf and edit that rather than changing this 
 
5
     file directly. -->
 
6
 
 
7
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
 
8
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
9
<busconfig>
 
10
  <!-- Our well-known bus type, don't change this -->
 
11
  <type>session</type>
 
12
 
 
13
  <listen>unix:tmpdir=/tmp</listen>
 
14
 
 
15
  <servicedir>@tpglibtestsdir@/dbus-installed/services/</servicedir>
 
16
 
 
17
  <policy context="default">
 
18
    <!-- Allow everything to be sent -->
 
19
    <allow send_destination="*" eavesdrop="true"/>
 
20
    <!-- Allow everything to be received -->
 
21
    <allow eavesdrop="true"/>
 
22
    <!-- Allow anyone to own anything -->
 
23
    <allow own="*"/>
 
24
  </policy>
 
25
 
 
26
  <!-- This is included last so local configuration can override what's 
 
27
       in this standard file -->
 
28
 
 
29
</busconfig>