Skip to content
Snippets Groups Projects
Commit 09b5bcb0 authored by Martin Pitt's avatar Martin Pitt
Browse files

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
https://github.com/systemd/systemd/issues/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
parent e308302d
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,10 @@ systemd (229-6) UNRELEASED; urgency=medium
* debian/extra/init-functions.d/40-systemd: Invoke status command with
--no-pager, to avoid blocking scripts that call an init.d script with
"status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
* Add debian/extra/rules/70-debian-uaccess.rules: 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.
(LP: #1387908)
-- Martin Pitt <mpitt@debian.org> Tue, 26 Apr 2016 22:20:43 +0200
......
# FIDO u2f devices, until there is a proper kernel driver
ACTION=="add|change", KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", TAG+="uaccess"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment