diff options
Diffstat (limited to '61-gnome-bluetooth-rfkill.rules')
-rw-r--r-- | 61-gnome-bluetooth-rfkill.rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/61-gnome-bluetooth-rfkill.rules b/61-gnome-bluetooth-rfkill.rules new file mode 100644 index 0000000..d7d9650 --- /dev/null +++ b/61-gnome-bluetooth-rfkill.rules @@ -0,0 +1,7 @@ +# Get access to /dev/rfkill for users +# See https://bugzilla.redhat.com/show_bug.cgi?id=514798 +# +# Simplified by Kay Sievers +# https://bugzilla.redhat.com/show_bug.cgi?id=733326 + +KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess" |