aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-06-03 12:17:20 -0600
committerKlaus Kurzmann <mok@fluxnetz.de>2009-06-08 21:22:45 +0200
commita8376f18440ab099a63fcdd4122f52289916cf6f (patch)
tree0e46443cd4d953ebfac19fe419bb86c0c41c2283 /recipes/bluez
parent8de54b716341d643b80144da6e9c0ee9e0042911 (diff)
downloadopenembedded-a8376f18440ab099a63fcdd4122f52289916cf6f.tar.gz
bluez4 : add permisive dbug bluetooth.conf and bump PR
Diffstat (limited to 'recipes/bluez')
-rw-r--r--recipes/bluez/bluez4/bluetooth.conf30
-rw-r--r--recipes/bluez/bluez4_4.39.bb2
2 files changed, 31 insertions, 1 deletions
diff --git a/recipes/bluez/bluez4/bluetooth.conf b/recipes/bluez/bluez4/bluetooth.conf
new file mode 100644
index 0000000000..8f9cb66ca1
--- /dev/null
+++ b/recipes/bluez/bluez4/bluetooth.conf
@@ -0,0 +1,30 @@
+<!-- This configuration file specifies the required security policies
+ for Bluetooth core daemon to work. -->
+
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+
+ <!-- ../system.conf have denied everything, so we just punch some holes -->
+
+ <policy user="root">
+ <allow own="org.bluez"/>
+ <allow send_destination="org.bluez"/>
+ <allow send_interface="org.bluez.Agent"/>
+ </policy>
+
+ <policy group="users">
+ <allow own="org.bluez"/>
+ <allow send_destination="org.bluez"/>
+ <allow send_interface="org.bluez.Agent"/>
+ </policy>
+
+ <policy at_console="true">
+ <allow send_destination="org.bluez"/>
+ </policy>
+
+ <policy context="default">
+ <deny send_destination="org.bluez"/>
+ </policy>
+
+</busconfig>
diff --git a/recipes/bluez/bluez4_4.39.bb b/recipes/bluez/bluez4_4.39.bb
index 531eedf6da..b177e0b911 100644
--- a/recipes/bluez/bluez4_4.39.bb
+++ b/recipes/bluez/bluez4_4.39.bb
@@ -5,7 +5,7 @@ DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib"
HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
# For angstrom we want this to replace at least bluez-libs
PROVIDES_append_angstrom = " bluez-utils bluez-libs"