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 7# Tag any form of security token as such 8ENV{ID_SECURITY_TOKEN}=="1", TAG+="security-device" 9 10# Tag any CCID device (i.e. Smartcard Reader) as security token 11SUBSYSTEM=="usb", ATTR{bInterfaceClass}=="0b", TAG+="security-device" 12 13LABEL="fido_id_end" 14