summaryrefslogtreecommitdiff
blob: 506574082122557f72b5ae2d3d061335fca8404b (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", GROUP="plugdev", MODE="0664", TAG+="udev-acl"
LABEL="gnome_bluetooth_end"