]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules.d/60-fido-id.rules
man: update description of "string_escape=" udev option
[thirdparty/systemd.git] / rules.d / 60-fido-id.rules
CommitLineData
d45ee2f3
FH
1# do not edit this file, it will be overwritten on update
2
3ACTION=="remove", GOTO="fido_id_end"
4
5SUBSYSTEM=="hidraw", IMPORT{program}="fido_id"
6
f573629c
LP
7# Tag any form of security token as such
8ENV{ID_SECURITY_TOKEN}=="1", TAG+="security-device"
9
dbdcd51f 10SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0b????:*", ENV{ID_SMARTCARD_READER}="1"
f573629c 11# Tag any CCID device (i.e. Smartcard Reader) as security token
dbdcd51f 12ENV{ID_SMARTCARD_READER}=="1", TAG+="security-device"
f573629c 13
d45ee2f3 14LABEL="fido_id_end"