aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
blob: a76c1e73cf79d7020c6d4ef0206fb013067fc0d4 (plain)
1
2
3
4
5
6
7
8
9
10
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"