~ubuntu-branches/ubuntu/dapper/bluez-pin/dapper

« back to all changes in this revision

Viewing changes to bluez.conf

  • Committer: Bazaar Package Importer
  • Author(s): Phil Blundell
  • Date: 2004-03-24 23:32:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040324233207-ys8dvc005htuzj9m
Tags: 0.23-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- This configuration file specifies the required security policies
 
2
     for bluez-pin to work. -->
 
3
 
 
4
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 
5
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
6
<busconfig>
 
7
 
 
8
  <!-- ../system.conf have denied everything, so we just punch some holes -->
 
9
 
 
10
  <policy context="default">
 
11
    <allow own="org.handhelds.gpe.bluez"/>
 
12
 
 
13
    <allow send_destination="org.handhelds.gpe.bluez"/>
 
14
    <allow receive_sender="org.handhelds.gpe.bluez"/>
 
15
 
 
16
    <allow send_path="/org/handhelds/gpe/bluez/PinAgent"/>
 
17
  </policy>
 
18
 
 
19
  <policy context="default">
 
20
    <allow own="org.bluez.PinAgent"/>
 
21
 
 
22
    <allow send_destination="org.bluez.PinAgent"/>
 
23
    <allow receive_sender="org.bluez.PinAgent"/>
 
24
 
 
25
    <allow send_path="/org/bluez/PinAgent"/>
 
26
  </policy>
 
27
 
 
28
</busconfig>