Bug#384379: [Pkg-bluetooth-maintainers] Bug#384379: WORK-AROUND for "iscan not set"

Filippo Giunchedi filippo at debian.org
Tue Jan 2 20:27:27 CET 2007


On Tue, Jan 02, 2007 at 08:08:54PM +0100, Marcel Holtmann wrote:
> Hi Hendrik,
> > No, this (well above is only what inside the <busconfig> thing) is what's in 
> > Debian's bluez-utils-3.7 source package under hcid/bluez-hcid.conf (and also 
> > in the orig.tar.gz).
> > Even -3.8 from bluez.sf.net contains the same one as hcid/bluetooth.conf.
> > AFAIK, this _is_ the latest one.
> 
> actually that is wrong. The send_path must be "/org/bluez" and exactly
> that is in the source package.

There's a mistake somewhere, I got this:

$ wget http://bluez.sf.net/download/bluez-utils-3.7.tar.gz
$ wget http://bluez.sf.net/download/bluez-utils-3.8.tar.gz
$ wget http://ftp.debian.org/debian/pool/main/b/bluez-utils/bluez-utils_3.7.orig.tar.gz
$ md5sum bluez-utils-3.*
89f7290907d098163a2fa59a55dfafe7  bluez-utils-3.7.tar.gz
89f7290907d098163a2fa59a55dfafe7  bluez-utils_3.7.orig.tar.gz
2e73f6398d834035f35941b31716b276  bluez-utils-3.8.tar.gz

$ diff -u bluez-utils-3.7/hcid/bluez-hcid.conf bluez-utils-3.8/hcid/bluetooth.conf
--- bluez-utils-3.7/hcid/bluez-hcid.conf        2006-04-23 02:07:27.000000000 +0200
+++ bluez-utils-3.8/hcid/bluetooth.conf 2006-11-13 17:23:36.000000000 +0100
@@ -1,5 +1,5 @@
 <!-- This configuration file specifies the required security policies
-     for BlueZ hcid to work. -->
+     for Bluetooth core service to work. -->

 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
@@ -12,15 +12,16 @@
   </policy>

   <policy at_console="true">
-    <allow send_destination="org.bluez.Adapter"/>
-    <allow receive_sender="org.bluez.Adapter"/>
-
-    <allow send_path="/org/bluez/Adapter"/>
-
     <allow send_destination="org.bluez.Manager"/>
     <allow receive_sender="org.bluez.Manager"/>

-    <allow send_path="/org/bluez/Manager"/>
+    <allow send_path="/org/bluez"/>
+
+    <allow send_destination="org.bluez.Adapter"/>
+    <allow receive_sender="org.bluez.Adapter"/>
+
+    <allow send_destination="org.bluez.Service"/>
+    <allow receive_sender="org.bluez.Service"/>

     <allow send_destination="org.bluez.Security"/>
     <allow receive_sender="org.bluez.Security"/>


$ md5sum bluez-utils-3.7/hcid/bluez-hcid.conf bluez-utils-3.8/hcid/bluetooth.conf
dfdfd84994e42be7296a9c570b018e2d  bluez-utils-3.7/hcid/bluez-hcid.conf
4e4a49d04e2c931243348de064e4b05b  bluez-utils-3.8/hcid/bluetooth.conf

filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

I never forget a face, but in your case I'll be glad to make an exception.
-- Groucho Marx
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-bluetooth-maintainers/attachments/20070102/1ea036af/attachment.pgp


More information about the Pkg-bluetooth-maintainers mailing list