summaryrefslogtreecommitdiffstats
path: root/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-17 00:42:52 +0200
committerpiernov <piernov@piernov.org>2011-08-17 00:42:52 +0200
commitf3c1e632b17b830f771f1c697382657442df11bf (patch)
tree5e5727fc41707231c1926aa8066ea0c3467fc9e6 /gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
parentee12871822f758f14d548221c77a15ec3cd95796 (diff)
downloadgnome3-f3c1e632b17b830f771f1c697382657442df11bf.tar.gz
gnome3-f3c1e632b17b830f771f1c697382657442df11bf.tar.bz2
gnome3-f3c1e632b17b830f771f1c697382657442df11bf.tar.xz
gnome3-f3c1e632b17b830f771f1c697382657442df11bf.zip
gnome-bluetooth 3.1.4-1 ajout port
Diffstat (limited to 'gnome-bluetooth/61-gnome-bluetooth-rfkill.rules')
-rw-r--r--gnome-bluetooth/61-gnome-bluetooth-rfkill.rules11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules b/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
new file mode 100644
index 0000000..a76c1e7
--- /dev/null
+++ b/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev >= 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
+ACTION!="add|change", GOTO="gnome_bluetooth_end"
+KERNEL=="rfkill", TAG+="udev-acl"
+LABEL="gnome_bluetooth_end"