mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
hwdb: Allow users access to USB serial for analysers
Allow users at the console access to the USB serial interface for USB
analysers.
See 9e2dbfef47
This commit is contained in:
parent
838d0fd3d5
commit
9cb1dcae8c
@ -83,6 +83,7 @@ ENV{ID_MAKER_TOOL}=="?*", TAG+="uaccess"
|
||||
|
||||
# Protocol analyzers
|
||||
ENV{ID_SIGNAL_ANALYZER}=="?*", ENV{DEVTYPE}=="usb_device", TAG+="uaccess"
|
||||
ENV{ID_SIGNAL_ANALYZER}=="?*", KERNEL=="ttyACM[0-9]*", TAG+="uaccess"
|
||||
|
||||
# rfkill / radio killswitches
|
||||
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
|
||||
|
Loading…
Reference in New Issue
Block a user