summaryrefslogtreecommitdiffstats
path: root/misc/ykpers/90-yubikey.rules
blob: e03347afcb736bf7d0b8387d4f56ff7dfc974a5b (plain)
1
2
3
4
5
6
7

# Udev rules for letting the console user access the Yubikey USB
# device node, needed for challenge/response to work correctly.

ACTION=="add|change", SUBSYSTEM=="usb", \
  ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111|114|116", \
  MODE="0660", GROUP="yubikey"