Add udev rule for Solo

This commit is contained in:
nickray 2018-12-31 14:28:53 +01:00 committed by GitHub
parent 57879291cc
commit a219b4f7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,13 @@
# tl;dr # tl;dr
Create `/etc/udev/fido.rules` and add the following. Create `/etc/udev/fido.rules` and add the following (which assumes your user is in group `plugdev`):
``` ```
# Solo
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", TAG+="uaccess", GROUP="plugdev", SYMLINK+="solokey"
# U2F Zero # U2F Zero
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="8acf", TAG+="uaccess" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="8acf", TAG+="uaccess", GROUP="plugdev", SYMLINK+="u2fzero"
``` ```
Then run Then run