m68k/coldfire: elf2flt has some issues, gas error, so disable cfi asm generation
[openadk.git] / package / bluez / files / bluetooth.conf
blob5ea3cdfcc872ba8803f10c4a817e131d553234e3
1 <!-- This configuration file specifies the required security policies
2      for Bluetooth core daemon to work. -->
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>
8   <!-- ../system.conf have denied everything, so we just punch some holes -->
10   <policy user="root">
11     <allow own="org.bluez"/>
12     <allow send_destination="org.bluez"/>
13     <allow send_interface="org.bluez.Agent1"/>
14     <allow send_interface="org.bluez.MediaEndpoint1"/>
15     <allow send_interface="org.bluez.MediaPlayer1"/>
16     <allow send_interface="org.bluez.ThermometerWatcher1"/>
17     <allow send_interface="org.bluez.AlertAgent1"/>
18     <allow send_interface="org.bluez.Profile1"/>
19     <allow send_interface="org.bluez.HeartRateWatcher1"/>
20     <allow send_interface="org.bluez.CyclingSpeedWatcher1"/>
21     <allow send_interface="org.bluez.GattCharacteristic1"/>
22     <allow send_interface="org.bluez.GattDescriptor1"/>
23     <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
24     <allow send_interface="org.freedesktop.DBus.Properties"/>
25   </policy>
27   <policy at_console="true">
28     <allow send_destination="org.bluez"/>
29   </policy>
31   <policy context="default">
32     <deny send_destination="org.bluez"/>
33   </policy>
35 </busconfig>