Skip to content

Instantly share code, notes, and snippets.

@jeanpaulgalea
Created July 18, 2016 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanpaulgalea/3233c3a762152c17e4d79dc0a096c1db to your computer and use it in GitHub Desktop.
Save jeanpaulgalea/3233c3a762152c17e4d79dc0a096c1db to your computer and use it in GitHub Desktop.
# this udev file should be used with udev 188 and newer
ACTION!="add|change", GOTO="u2f_end"
# Yubico YubiKey
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", TAG+="uaccess"
LABEL="u2f_end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment