]> git.ipfire.org Git - thirdparty/systemd.git/blob - rules.d/60-fido-id.rules
dlfcn-util: add dlsym_many_and_warn() helper
[thirdparty/systemd.git] / rules.d / 60-fido-id.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION=="remove", GOTO="fido_id_end"
4
5 SUBSYSTEM=="hidraw", IMPORT{program}="fido_id"
6
7 # Tag any form of security token as such
8 ENV{ID_SECURITY_TOKEN}=="1", TAG+="security-device"
9
10 # Tag any CCID device (i.e. Smartcard Reader) as security token
11 SUBSYSTEM=="usb", ATTR{bInterfaceClass}=="0b", TAG+="security-device"
12
13 LABEL="fido_id_end"