[Pkg-bluetooth-commits] r1415 - in /packages/bluez/trunk/debian/patches: bluetooth.conf.patch series

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Wed Jul 2 03:25:44 UTC 2014


Author: iwamatsu
Date: Wed Jul  2 03:25:44 2014
New Revision: 1415

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1415
Log:
Add bluetooth.conf.patch

This add permission of bluetooth control to user into bluetooth group.


Added:
    packages/bluez/trunk/debian/patches/bluetooth.conf.patch
Modified:
    packages/bluez/trunk/debian/patches/series

Added: packages/bluez/trunk/debian/patches/bluetooth.conf.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/bluetooth.conf.patch?rev=1415&op=file
==============================================================================
--- packages/bluez/trunk/debian/patches/bluetooth.conf.patch	(added)
+++ packages/bluez/trunk/debian/patches/bluetooth.conf.patch	Wed Jul  2 03:25:44 2014
@@ -0,0 +1,19 @@
+Description: Add permission to bluetooth control for user into bluetooth 
+Forwarded: not-needed
+Origin: vendor
+Author: Nobuhiro Iwamatsu <iwamatsu at debian.org>
+
+--- a/src/bluetooth.conf	2014-07-02 11:53:41.993135745 +0900
++++ b/src/bluetooth.conf	2014-07-02 11:54:19.161136125 +0900
+@@ -21,6 +21,11 @@
+     <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
+   </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>

Modified: packages/bluez/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/series?rev=1415&op=diff
==============================================================================
--- packages/bluez/trunk/debian/patches/series	(original)
+++ packages/bluez/trunk/debian/patches/series	Wed Jul  2 03:25:44 2014
@@ -1 +1,2 @@
 0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch
+bluetooth.conf.patch




More information about the Pkg-bluetooth-commits mailing list