summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-22 15:08:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:54:23 +0000
commite96ec29709716ee6a01f61848d9ff2a825fcbb52 (patch)
tree93bee7efb1f04369c7c2dc88eef6fa13f2a29fd1 /meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf
parenta3c689963924d3637414b062038ea9c9adffb6f2 (diff)
downloadpoky-e96ec29709716ee6a01f61848d9ff2a825fcbb52.tar.gz
bluez4: upgrade to 4.98
(From OE-Core rev: 8d3188a4a69214f23d8b7f8d972bdd35f574196b) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf')
-rw-r--r--meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf b/meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf
new file mode 100644
index 0000000000..ca5e9e4f2f
--- /dev/null
+++ b/meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf
@@ -0,0 +1,16 @@
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 context="default">
11 <allow own="org.bluez"/>
12 <allow send_destination="org.bluez"/>
13 <allow send_interface="org.bluez.Agent"/>
14 </policy>
15
16</busconfig>