Skip to content

Instantly share code, notes, and snippets.

@TheHippo
Last active August 29, 2015 14:09
Show Gist options
  • Save TheHippo/f825413aae76e7d92621 to your computer and use it in GitHub Desktop.
Save TheHippo/f825413aae76e7d92621 to your computer and use it in GitHub Desktop.
Enable Plug-Up Security Key in Ubuntu
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev", ATTRS{idVendor}=="2581"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="f1d0", MODE="0660", GROUP="your_user_group"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment