90-yubikey.rules 304 B

12345678
  1. # Udev rules for letting the console user access the Yubikey USB
  2. # device node, needed for challenge/response to work correctly.
  3. ACTION=="add|change", SUBSYSTEM=="usb", \
  4. ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111|0114|0116|0401|0403|0405|0407|0410", \
  5. MODE="0660", GROUP="yubikey"