bluez/bluetooth.conf.patch
2020-02-22 15:48:20 +03:00

21 lines
652 B
Diff

Description: Add permission to bluetooth control for user into bluetooth
Forwarded: not-needed
Origin: vendor
Author: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Index: bluez/src/bluetooth.conf
===================================================================
--- bluez.orig/src/bluetooth.conf
+++ bluez/src/bluetooth.conf
@@ -21,6 +21,11 @@
<allow send_interface="org.freedesktop.DBus.Properties"/>
</policy>
+ <!-- allow users of bluetooth group to communicate -->
+ <policy group="bluetooth">
+ <allow send_destination="org.bluez"/>
+ </policy>
+
<policy at_console="true">
<allow send_destination="org.bluez"/>
</policy>