Nitrokey / libnitrokey

Communicate with Nitrokey devices in a clean and easy manner
https://nitrokey.com/
GNU Lesser General Public License v3.0
65 stars 34 forks source link

Udev rule for Librem Key missing #191

Open robinkrahl opened 4 years ago

robinkrahl commented 4 years ago

I had to manually add this udev rule to use the Librem Key:

ATTR{idVendor}=="316d", ATTR{idProduct}=="4c4b", ENV{ID_SMARTCARD_READER}="1", ENV{ID_SMARTCARD_READER_DRIVER}="gnupg", GROUP+="plugdev", TAG+="uaccess"

Shouldn’t this be part of the data/41-nitrokey.rules file?

szszszsz commented 4 years ago

Good question! Does not Purism have own Udev rules file for LibremKey?

cc: @jans23 @Purism

Prezu commented 3 years ago

They did upstream it to Debian. It's there in Buster. Not sure how derivatives are keeping up, though. And no idea about non-Debian based distros.