Skip to content

Instantly share code, notes, and snippets.

@kjmkznr
Created December 6, 2014 06:42
Show Gist options
  • Save kjmkznr/0b12c55be75c82ee8e5a to your computer and use it in GitHub Desktop.
Save kjmkznr/0b12c55be75c82ee8e5a to your computer and use it in GitHub Desktop.
Yubico FIDO U2F Security Key udev rule
ACTION!="add|change", GOTO="u2f_end"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", MODE="0660", GROUP="plugdev"
LABEL="u2f_end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment