flipperdevices / qFlipper

qFlipper — desktop application for updating Flipper Zero firmware via PC
https://update.flipperzero.one
GNU General Public License v3.0
1.07k stars 142 forks source link

Added udev rule for U2F #106

Closed pyllyukko closed 8 months ago

zhovner commented 1 year ago

Can you please explain what adding ID_SECURITY_TOKEN is actually does? How it helps?

sundhaug92 commented 1 year ago

ID_SECURITY_TOKEN seems to be used in the yubikey udev rule https://github.com/Yubico/yubikey-personalization/blob/master/69-yubikey.rules. Also: https://blog.fireglow.de/automatically-lock-workstation-when-usb-security-key-is-removed-linux-systemd, and https://systemd-devel.freedesktop.narkive.com/lHCZuZM8/writing-a-udev-rule-for-u2f-security-tokens.

NoraCodes commented 11 months ago

I just want to confirm that this change works for me to solve the problem discussed here: https://forum.flipperzero.one/t/u2f-not-working/4490

Without this change, U2F doesn't work on Ubuntu; with this change, it does. Can we get it merged?

TQMatvey commented 11 months ago

works good for me too