Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for U2F dongles to udev #102

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

Add support for U2F dongles to udev #102

davidstrauss opened this issue Jun 8, 2015 · 1 comment

Comments

@davidstrauss
Copy link
Member

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"
@poettering
Copy link
Member

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.

manover pushed a commit to manover/systemd that referenced this issue May 12, 2016
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
xaiki pushed a commit to endlessm/systemd that referenced this issue Feb 1, 2017
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
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
Labels
None yet
Development

No branches or pull requests

2 participants