1 # Get access to /dev/rfkill for users
2 # See https://bugzilla.redhat.com/show_bug.cgi?id=514798
4 # Updated for udev >= 154
5 # http://bugs.debian.org/582188
6 # https://bugzilla.redhat.com/show_bug.cgi?id=588660
8 ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
9 ACTION!="add|change", GOTO="gnome_bluetooth_end"
10 KERNEL=="rfkill", TAG+="udev-acl"
11 LABEL="gnome_bluetooth_end"