aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2015-11-09 12:11:12 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2015-11-09 12:11:12 +0100
commit37cca00fbe335d8c84d772d4ea3323fa204bcd71 (patch)
tree4275e1265c2a7cccc64e76beb2d5161b1818d2ca /community/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
parentf27f694e518010617995ede72357067f1f9a6525 (diff)
downloadaports-37cca00fbe335d8c84d772d4ea3323fa204bcd71.tar.bz2
aports-37cca00fbe335d8c84d772d4ea3323fa204bcd71.tar.xz
main/gnome-bluetooth: move to community
Diffstat (limited to 'community/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules')
-rw-r--r--community/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules b/community/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
new file mode 100644
index 0000000000..a76c1e73cf
--- /dev/null
+++ b/community/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"