Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/bluez/files: bluez-plugdev.patch
Date: Sat, 05 Sep 2009 11:59:34
Message-Id: E1MjtvW-0007qm-8s@stork.gentoo.org
1 patrick 09/09/05 11:59:30
2
3 Added: bluez-plugdev.patch
4 Log:
5 Adding plugdev policy. Fixes #283744. Thanks to Fabio Erculiani.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-wireless/bluez/files/bluez-plugdev.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/bluez/files/bluez-plugdev.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/bluez/files/bluez-plugdev.patch?rev=1.1&content-type=text/plain
13
14 Index: bluez-plugdev.patch
15 ===================================================================
16 diff -Nurp bluez-4.39.orig/src/bluetooth.conf bluez-4.39/src/bluetooth.conf
17 --- bluez-4.39.orig/src/bluetooth.conf 2008-12-20 20:18:10.000000000 +0100
18 +++ bluez-4.39/src/bluetooth.conf 2009-09-05 13:30:34.411581498 +0200
19 @@ -17,6 +17,10 @@
20 <allow send_destination="org.bluez"/>
21 </policy>
22
23 + <policy group="plugdev">
24 + <allow send_destination="org.bluez"/>
25 + </policy>
26 +
27 <policy context="default">
28 <deny send_destination="org.bluez"/>
29 </policy>