~ubuntu-branches/ubuntu/oneiric/dbus-glib/oneiric-updates

« back to all changes in this revision

Viewing changes to tools/session.conf

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-01 10:51:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061101105101-2dbr969h8k05n1b2
Tags: 0.72-0ubuntu1
* Sync with pkg-utopia SVN. This is infact 0.72-1 which sits in NEW
* New upstream release
* debian/control:
  + Require libdbus-1-dev (>= 0.94) and libglib2.0-dev (>= 2.6)
  + Add build dependency on gtk-doc-tools (>= 1.4)
* debian/control,
  debian/libdbus-glib-1-doc.install:
  + Add libdbus-glib-1-doc package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- This configuration file controls the per-user-login-session message bus.
 
2
     Add a session-local.conf and edit that rather than changing this 
 
3
     file directly. -->
 
4
 
 
5
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 
6
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
7
<busconfig>
 
8
  <!-- Our well-known bus type, don't change this -->
 
9
  <type>session</type>
 
10
 
 
11
  <listen>unix:tmpdir=./</listen>
 
12
 
 
13
  <servicedir></servicedir>
 
14
 
 
15
  <policy context="default">
 
16
    <!-- Allow everything to be sent -->
 
17
    <allow send_destination="*"/>
 
18
    <!-- Allow everything to be received -->
 
19
    <allow eavesdrop="true"/>
 
20
    <!-- Allow anyone to own anything -->
 
21
    <allow own="*"/>
 
22
  </policy>
 
23
 
 
24
</busconfig>