forked from ports/contrib
5 lines
303 B
Plaintext
5 lines
303 B
Plaintext
#Rules to allow group wheel to access your yubikey
|
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0405", GROUP="wheel"
|
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0407", GROUP="wheel"
|
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0116", GROUP="wheel"
|