slackbuilds_ponce/misc/ykpers/90-yubikey.rules
T3slider 95f9a0ec3d misc/ykpers: Updated for version 1.16.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-02 19:54:03 +07:00

7 lines
304 B
Text

# 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|0114|0116|0401|0403|0405|0407|0410", \
MODE="0660", GROUP="yubikey"