Update udev.md

This commit is contained in:
Fabian Henneke 2020-05-08 19:28:16 +02:00 committed by GitHub
parent cc3d3c63ec
commit 1bf071f8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ On Linux, by default USB dongles can't be accessed by users, for security reason
For some users, things will work automatically: For some users, things will work automatically:
- Recent Linux distributions with systemd 244 or higher automatically detect FIDO devices (check with `systemd --version`) - Recent Linux distributions (such as Ubuntu Focal, Fedora 32) with systemd 244 or higher automatically detect FIDO devices (check with `systemd --version`)
- Fedora seems to use a ["universal" udev rule for FIDO devices](https://github.com/amluto/u2f-hidraw-policy) - Fedora seems to use a ["universal" udev rule for FIDO devices](https://github.com/amluto/u2f-hidraw-policy)
- Our udev rule made it into [libu2f-host](https://github.com/Yubico/libu2f-host/) v1.1.10 - Our udev rule made it into [libu2f-host](https://github.com/Yubico/libu2f-host/) v1.1.10
- Arch Linux [has this package](https://www.archlinux.org/packages/community/x86_64/libu2f-host/) - Arch Linux [has this package](https://www.archlinux.org/packages/community/x86_64/libu2f-host/)