Request for dbus slot for the bluez snap

We are changing the bluez snap daemon to dbus type:

  bluez:
    command: bin/bluetoothd-wrapper
    daemon: dbus
    bus-name: org.bluez
    slots: [service, dbus-bluez]

Which requires a bluez slot:

slots:
  dbus-bluez:
    interface: dbus
    bus: system
    name: org.bluez

We would like to have an automatic connection of the slot for this snap. This actually does not provide additional permissions as the bluez interface is already granted for this snap, but the slot is needed to make the store happy.

Thanks for the explanation, I’ve gone ahead and granted auto-connect for the new slot.

  • Daniel