~ubuntu-branches/ubuntu/intrepid/bluez/intrepid

« back to all changes in this revision

Viewing changes to src/bluetooth.conf

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-10-07 12:10:29 UTC
  • Revision ID: james.westby@ubuntu.com-20081007121029-4gup4fmmh2vfo5nh
Tags: upstream-4.12
ImportĀ upstreamĀ versionĀ 4.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- This configuration file specifies the required security policies
 
2
     for Bluetooth core daemon 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 user="root">
 
11
    <allow own="org.bluez"/>
 
12
  </policy>
 
13
 
 
14
  <policy at_console="true">
 
15
    <allow send_path="/"/>
 
16
    <allow send_path="/org/bluez"/>
 
17
 
 
18
    <allow send_destination="org.bluez.Manager"/>
 
19
    <allow receive_sender="org.bluez.Manager"/>
 
20
 
 
21
    <allow send_destination="org.bluez.Adapter"/>
 
22
    <allow receive_sender="org.bluez.Adapter"/>
 
23
 
 
24
    <allow send_destination="org.bluez.Device"/>
 
25
    <allow receive_sender="org.bluez.Device"/>
 
26
  </policy>
 
27
 
 
28
</busconfig>