diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-08 20:40:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-08 20:40:26 +0200 |
commit | 3bd414d3c7b94d691e289eaa642082856df7f190 (patch) | |
tree | 8d28c561f8fb450d8b87b1541f053ec67c3fcacf /recipes/bluez/files | |
parent | 1caaca70e67d7ea72e0592a914269247c0985297 (diff) |
bluez4: fix dbus service file
Diffstat (limited to 'recipes/bluez/files')
-rw-r--r-- | recipes/bluez/files/bluetooth.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bluez/files/bluetooth.conf b/recipes/bluez/files/bluetooth.conf index 1b357eabca..ca5e9e4f2f 100644 --- a/recipes/bluez/files/bluetooth.conf +++ b/recipes/bluez/files/bluetooth.conf @@ -7,7 +7,7 @@ <!-- ../system.conf have denied everything, so we just punch some holes --> - <policy> + <policy context="default"> <allow own="org.bluez"/> <allow send_destination="org.bluez"/> <allow send_interface="org.bluez.Agent"/> |