Yubico / yubikey-personalization

YubiKey Personalization cross-platform library and tool
https://developers.yubico.com/yubikey-personalization/
BSD 2-Clause "Simplified" License
297 stars 83 forks source link

Add Security Key NFC to the udev rules #144

Closed tgurr closed 5 years ago

tgurr commented 5 years ago

$ lsusb ID 1050:0120 Yubico.com Yubikey Touch U2F Security Key $ ykman list Security Key NFC [FIDO]

Without this change I'm not able to see the Security Key NFC as a user with ykman and also not via the YubiKey Manager (yubikey-manager-qt).

Without: crw------- 1 root root 245, 4 Apr 15 15:56 /dev/hidraw4 With the ID added. crw-rw----+ 1 root root 245, 4 Apr 15 15:59 /dev/hidraw4

klali commented 5 years ago

Hey,

This is unfortunately the wrong place for this, this udev rule lives at https://github.com/Yubico/libu2f-host/blob/master/70-u2f.rules on debian based systems this is installable as libu2f-udev and should come as a dependency of yubikey-manager.