Last active
August 29, 2015 14:09
-
-
Save TheHippo/f825413aae76e7d92621 to your computer and use it in GitHub Desktop.
Enable Plug-Up Security Key in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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