From: Bastien Nocera Date: Thu, 2 Dec 2021 12:15:44 +0000 (+0100) Subject: hwdb: Allow console users access to rfkill X-Git-Tag: v250-rc1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=213455e26a6e7fc7a84749474fe906c2a145babe;p=thirdparty%2Fsystemd.git hwdb: Allow console users access to rfkill This rule has been shipped in Fedora's gnome-bluetooth package for 10 years and is used by the gnome-settings-daemon rfkill plugin (used by gnome-bluetooth, gnome-shell, and gnome-control-center) to monitor and change software rfkill switch settings. --- diff --git a/src/login/70-uaccess.rules.in b/src/login/70-uaccess.rules.in index 2e29846e113..052194b6c93 100644 --- a/src/login/70-uaccess.rules.in +++ b/src/login/70-uaccess.rules.in @@ -84,4 +84,7 @@ ENV{ID_MAKER_TOOL}=="?*", TAG+="uaccess" # Protocol analyzers ENV{ID_SIGNAL_ANALYZER}=="?*", ENV{DEVTYPE}=="usb_device", TAG+="uaccess" +# rfkill / radio killswitches +KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess" + LABEL="uaccess_end"