Add support for U2F dongles to udev #102

Closed
davidstrauss opened this Issue Jun 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
Owner

davidstrauss commented Jun 8, 2015

I'm currently adding this rule (which I obtained from someone else) so I can use my YubiKey Neo's U2F support with Google Chrome -- or any other regular user application:

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", TAG+="uaccess"
Owner

poettering commented Jun 8, 2015

See:

http://lists.freedesktop.org/archives/systemd-devel/2014-November/024824.html

Their plan is to write a proper U2F driver for this, without using hidraw.

@poettering poettering closed this Jun 8, 2015

manover pushed a commit to manover/systemd that referenced this issue May 12, 2016

Make FIDO U2F dongles accessible to the user session
This avoids having to install libu2f-host0 (which isn't discoverable at all) to
make those devices work.

Add this to debian/extra/rules/70-debian-uaccess.rules, as we might get similar
rules in the future. This was rejected upstream at
systemd/systemd#102 because in some future this
should move to a proper kernel driver. Keep this downstream until that happens
and Chrome & friends move over to that.

LP: #1387908

@Rondom Rondom referenced this issue in Yubico/libu2f-host Jan 30, 2017

Open

try to get udev rules into systemd #53

xaiki added a commit to endlessm/systemd that referenced this issue Feb 1, 2017

Make FIDO U2F dongles accessible to the user session
This avoids having to install libu2f-host0 (which isn't discoverable at all) to
make those devices work.

Add this to debian/extra/rules/70-debian-uaccess.rules, as we might get similar
rules in the future. This was rejected upstream at
systemd/systemd#102 because in some future this
should move to a proper kernel driver. Keep this downstream until that happens
and Chrome & friends move over to that.

LP: #1387908

1587 pushed a commit to 1587/systemd2 that referenced this issue Jul 7, 2017

Make FIDO U2F dongles accessible to the user session
This avoids having to install libu2f-host0 (which isn't discoverable at all) to
make those devices work.

Add this to debian/extra/rules/70-debian-uaccess.rules, as we might get similar
rules in the future. This was rejected upstream at
systemd/systemd#102 because in some future this
should move to a proper kernel driver. Keep this downstream until that happens
and Chrome & friends move over to that.

LP: #1387908
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment