mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-23 15:12:52 +00:00
22 lines
652 B
Diff
22 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>
|