AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 3.145.64.210


Current Path : /snap/core20/current/lib/udev/rules.d/
Upload File :
Current File : //snap/core20/current/lib/udev/rules.d/60-fido-id.rules

# do not edit this file, it will be overwritten on update

ACTION=="remove", GOTO="fido_id_end"

SUBSYSTEM=="hidraw", IMPORT{program}="fido_id"

# Tag any form of security token as such
ENV{ID_SECURITY_TOKEN}=="1", TAG+="security-device"

# Tag any CCID device (i.e. Smartcard Reader) as security token
SUBSYSTEM=="usb", ATTR{bInterfaceClass}=="0b", TAG+="security-device"

LABEL="fido_id_end"