r22729 - in /desktop/unstable/gnome-bluetooth/debian: 61-gnome-bluetooth-rfkill.rules changelog gnome-bluetooth.install
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Thu Jan 7 19:13:12 UTC 2010
Author: joss
Date: Thu Jan 7 19:13:11 2010
New Revision: 22729
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22729
Log:
* 61-gnome-bluetooth-rfkill.rules: new file. Set ACLs for console
users on /dev/rfkill. Closes: #552185.
* Install it in the udev directory.
Added:
desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules
Modified:
desktop/unstable/gnome-bluetooth/debian/changelog
desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.install
Added: desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules?rev=22729&op=file
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules (added)
+++ desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules [utf-8] Thu Jan 7 19:13:11 2010
@@ -1,0 +1,10 @@
+# Set ACLs for console users on /dev/rfkill
+# This is necessary until a daemon can properly handle access to the
+# kill switch
+# http://bugs.debian.org/563902
+# https://bugzilla.redhat.com/show_bug.cgi?id=514798
+
+ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
+ACTION!="add|change", GOTO="gnome_bluetooth_end"
+KERNEL=="rfkill", ENV{ACL_MANAGE}="1"
+LABEL="gnome_bluetooth_end"
Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=22729&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] Thu Jan 7 19:13:11 2010
@@ -7,6 +7,11 @@
* debian/control:
- added a suggests on gnome-user-share, its bluetooth
support should be working fine now.
+
+ [ Josselin Mouette ]
+ * 61-gnome-bluetooth-rfkill.rules: new file. Set ACLs for console
+ users on /dev/rfkill. Closes: #552185.
+ * Install it in the udev directory.
-- Andrea Veri <and at debian.org> Wed, 16 Dec 2009 23:19:51 +0100
Modified: desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.install?rev=22729&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.install [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.install [utf-8] Thu Jan 7 19:13:11 2010
@@ -8,3 +8,4 @@
debian/tmp/usr/share/gnome-bluetooth
debian/tmp/usr/bin
debian/tmp/usr/lib/gnome-bluetooth/plugins/*.so
+debian/61-gnome-bluetooth-rfkill.rules lib/udev/rules.d/
More information about the pkg-gnome-commits
mailing list