mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
a6d962789c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
277 B
Text
7 lines
277 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|114|116", \
|
|
MODE="0660", GROUP="yubikey"
|