Skip to content

Instantly share code, notes, and snippets.

@TheHippo
Last active August 29, 2015 14:09
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