2019-08-21 17:17:59 +08:00
|
|
|
# do not edit this file, it will be overwritten on update
|
|
|
|
|
|
|
|
ACTION=="remove", GOTO="fido_id_end"
|
|
|
|
|
|
|
|
SUBSYSTEM=="hidraw", IMPORT{program}="fido_id"
|
|
|
|
|
2019-11-05 23:42:57 +08:00
|
|
|
# Tag any form of security token as such
|
|
|
|
ENV{ID_SECURITY_TOKEN}=="1", TAG+="security-device"
|
|
|
|
|
2021-02-27 08:17:06 +08:00
|
|
|
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0b????:*", ENV{ID_SMARTCARD_READER}="1"
|
2019-11-05 23:42:57 +08:00
|
|
|
# Tag any CCID device (i.e. Smartcard Reader) as security token
|
2021-02-27 08:17:06 +08:00
|
|
|
ENV{ID_SMARTCARD_READER}=="1", TAG+="security-device"
|
2019-11-05 23:42:57 +08:00
|
|
|
|
2019-08-21 17:17:59 +08:00
|
|
|
LABEL="fido_id_end"
|