mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
uaccess: add ID_SECURITY_TOKEN device class for USB authentication keys
This commit is contained in:
parent
a96e4839d5
commit
ff87b7e748
@ -51,6 +51,9 @@ SUBSYSTEM=="misc", KERNEL=="kvm", TAG+="uaccess"
|
||||
# smart-card readers
|
||||
ENV{ID_SMARTCARD_READER}=="*?", TAG+="uaccess"
|
||||
|
||||
# (USB) authentication devices
|
||||
ENV{ID_SECURITY_TOKEN}=="*?", TAG+="uaccess"
|
||||
|
||||
# PDA devices
|
||||
ENV{ID_PDA}=="*?", TAG+="uaccess"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user