Skip to content

Instantly share code, notes, and snippets.

@jeanpaulgalea
Last active July 18, 2016 14:45
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/3bc4ba7b6958238a4a51b2fc2630c4dd to your computer and use it in GitHub Desktop.
Save jeanpaulgalea/3bc4ba7b6958238a4a51b2fc2630c4dd to your computer and use it in GitHub Desktop.
# Udev rules for letting the console user access the Yubikey USB
# device node, needed for challenge/response to work correctly.
# both of these work on Debian Jessie but the TAG+= version uses systemd rather than a unix group.
#ACTION=="add|change", SUBSYSTEMS=="usb", ATTR{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111|0114|0116|0401|0403|0405|0407|0410", TAG+="uaccess", TAG+="udev-acl"
ACTION=="add|change", SUBSYSTEMS=="usb", ATTR{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111|0114|0116|0401|0403|0405|0407|0410", MODE="0664", GROUP="plugdev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment