[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2018-02-15 Thread Francis Ginther
** Tags added: id-5a096cad0b33afe7dc38a9c1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387908 Title: [udev] FIDO u2f security keys should be supported out of the box To manage notifications

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2017-11-13 Thread Dimitri John Ledkov
@nicoo thanks. I wonder if udev should recommend libu2f-udev (such that most systems have it), or if it should be seeded into desktop common (such that all destkop-like systems have it). It would also need MIR, which should be simple enough. Regard, Dimitri. -- You received this bug

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2017-11-11 Thread nicoo
Hi, Yubico maintains the relevant udev rules (for u2f tokens in general, not only Yubico-branded ones) in libu2f-host, and I recently started shipping those in Debian as a separate binary package (libu2f-udev) rather than having u2f udev rules in our systemd package. You might want to consider

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-08-23 Thread Graeme Hewson
The fix in comment #18 is missing Feitian ePass FIDO and JaCarta U2F. See https://github.com/Yubico/libu2f-host/blob/master/70-u2f.rules. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387908 Title:

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-07-21 Thread Marcos Alano
@pitti When this patch will come to Ubuntu? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387908 Title: [udev] FIDO u2f security keys should be supported out of the box To manage notifications

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-16 Thread Martin Pitt
@Atoyama: Added in http://anonscm.debian.org/cgit/pkg- systemd/systemd.git/commit/?id=b9824a6c . Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387908 Title: [udev] FIDO u2f security keys

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-13 Thread Atoyama Tokanawa
Fix provided as is only covers Yubikey devices (vendor 1050), but Yubico is not only one vendor for U2F dongles. Another cases is : # Happlink (formaly Plug-Up) Security KEY KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="f1d0", TAG+="uaccess" # Neowave

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-6ubuntu1 --- systemd (229-6ubuntu1) yakkety; urgency=medium * Merge with Debian unstable. Remaining Ubuntu changes: - Hack to support system-image read-only /etc, and modify files in /etc/writable/ instead. systemd (229-6)

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 229-4ubuntu5 --- systemd (229-4ubuntu5) xenial-proposed; urgency=medium * debian/udev.postinst: Don't fail if /var/log/udev is a directory. (LP: #1574004) * Set MAC based name for USB network interfaces only for universally

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-07 Thread Alex Willmer
systemd-229-4ubuntu5 / udev-229-4ubuntu5 fixed this for me. Tested using https://demo.yubico.com, a Yubikey Edge and Chromium 49.0.2623.108 on x86_64. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-05 Thread Brian Murray
Hello Dimitri, or anyone else affected, Accepted systemd into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/systemd/229-4ubuntu5 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-02 Thread Martin Pitt
** Changed in: systemd (Ubuntu Xenial) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387908 Title: [udev] FIDO u2f security keys should be supported out of the

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-02 Thread Dimitri John Ledkov
** Description changed: + [Impact] + + * Users plugin U2F key and it does not work in Google Chrome + + [Test Case] + + * Have stock ubuntu install, without custom U2F rules or libu2f-host0 + installed + + * Use U2F factor authentication website e.g. google apps, github, + yubico, etc. +

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-02 Thread Martin Pitt
Fix committed to Debian master: http://anonscm.debian.org/cgit/pkg- systemd/systemd.git/commit/?id=09b5bcb064 ** Changed in: systemd (Ubuntu) Status: Triaged => Fix Committed ** Changed in: systemd (Ubuntu) Assignee: Dimitri John Ledkov (xnox) => Martin Pitt (pitti) -- You received

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-05-02 Thread Martin Pitt
** No longer affects: systemd (Ubuntu Utopic) ** No longer affects: systemd (Ubuntu Vivid) ** Also affects: systemd (Ubuntu Xenial) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-02-04 Thread Dimitri John Ledkov
Hi, On ubuntu we ship libu2f-host as a package. Thus: $ apt install libu2f-host0 "Solves" the problem. However, I do think it's not as user friendly as it could be. And I'll attempt to get it included in ubuntu by default. ** Changed in: systemd (Ubuntu) Status: Incomplete => Triaged

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-02-04 Thread Michael Kliewe
Please fix this bug. It's very annoying to do this on every computer you want to login. Here is a complete list, including "Yubico YubiKey", "Plug-Up Security Key", "Neowave Keydo" and "HyperSecu HyperFIDO": https://github.com/Yubico/libu2f-host/blob/master/70-u2f.rules -- You received this

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2016-01-02 Thread Dario Bertini
This still affects Wily. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387908 Title: [udev] FIDO u2f security keys should be supported out of the box To manage notifications about this bug go to:

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2015-05-06 Thread Brian Murray
** Changed in: systemd (Ubuntu Vivid) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387908 Title: [udev] FIDO u2f security keys should be supported out of the

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2015-02-10 Thread Kevin Cernekee
KERNEL==hidraw*, SUBSYSTEM==hidraw, MODE=0664, GROUP=plugdev, ATTRS{idVendor}==1050, ATTRS{idProduct}==0113|0114|0115|0116|0120 I needed a slightly different variation of this for a Yubikey Neo-N on Trusty: SUBSYSTEM==usb, MODE=0664, GROUP=plugdev, ATTRS{idVendor}==1050,

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2015-01-01 Thread Guilhem Lettron
I just created a small package for installing udev rules: https://launchpad.net/~guilhem-fr/+archive/ubuntu/u2f-udev Sources are here: https://github.com/guilhem/u2f-udev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2014-11-14 Thread Botond Szász
For Plug-Up Security Key (http://www.plug-up.com/), to make it work I added the following to '/etc/udev/rules.d/45-u2f.rules': SUBSYSTEM==hidraw, MODE=0666, ATTRS{idVendor}==2581, ATTRS{idProduct}==f1d0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1387908] Re: [udev] FIDO u2f security keys should be supported out of the box

2014-11-01 Thread Martin Pitt
** Summary changed: - FIDO u2f security keys should be supported out of the box + [udev] FIDO u2f security keys should be supported out of the box -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.