[Pkg-bluetooth-maintainers] Bug#642104: Bug#642104: bluez: bluetoothd refusing input device connection

scott leggett sml at internode.on.net
Thu Sep 29 00:38:41 UTC 2011


On Wed, 28 Sep 2011 14:32:49 you wrote:
> Hi,
> 
> Thanks for your report!
> 
> This looks like the same problem as #643321.
> Would you perform the following?
> And what kind of result you brought, or do you let me know and get?
> 
> -----
> sudo  mv /etc/dbus-1/system.d/bluetooth.conf.dpkg-remove
> /etc/dbus-1/system.d/bluetooth.conf
> sudo  /etc/init.d/dbus restart # X server may be finished.
> sudo  /etc/init.d/bluetooth restart
> restart bluedevil
> -----
> 
> Best regards,
>   Nobuhiro
> 

Hi,

Thanks for looking into this issue.

This file does not exist on my system: 
/etc/dbus-1/system.d/bluetooth.conf.dpkg-remove

and this file already exists:
$ cat /etc/dbus-1/system.d/bluetooth.conf

<!-- 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 root to send to agents -->
    <allow send_interface="org.bluez.Agent"/>
  </policy>

  <!-- allow users at the console, see consolekit or libpam-foreground -->
  <policy at_console="true">
    <allow send_destination="org.bluez"/>
  </policy>

  <!-- allow users of bluetooth group to communicate with hcid -->
  <policy group="bluetooth">
    <allow send_destination="org.bluez"/>
  </policy>

  <!-- allow users of lp group (printing subsystem) to communicate with hcid 
-->
  <policy group="lp">
    <allow send_destination="org.bluez"/>
  </policy>


  <policy context="default">
    <deny send_destination="org.bluez"/>
  </policy>

</busconfig>


Is there something I can edit manually in this conf file?

Regards,
Scott.





More information about the Pkg-bluetooth-maintainers mailing list