60-fido-id.rules 394 B

12345678910111213
  1. # do not edit this file, it will be overwritten on update
  2. ACTION=="remove", GOTO="fido_id_end"
  3. SUBSYSTEM=="hidraw", IMPORT{program}="fido_id"
  4. # Tag any form of security token as such
  5. ENV{ID_SECURITY_TOKEN}=="1", TAG+="security-device"
  6. # Tag any CCID device (i.e. Smartcard Reader) as security token
  7. SUBSYSTEM=="usb", ATTR{bInterfaceClass}=="0b", TAG+="security-device"
  8. LABEL="fido_id_end"