# 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" # https://github.com/systemd/systemd/pull/21605 KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess" KERNEL=="rfkill", TAG+="udev-acl" LABEL="gnome_bluetooth_end"