conorpp / u2f-zero

U2F USB token optimized for physical security, affordability, and style
Other
2.41k stars 202 forks source link

Consider improving Linux udev instructions on the wiki #16

Closed amluto closed 8 years ago

amluto commented 8 years ago

I have a udev rule that should support any compliant U2F device without needing to enumerate device IDs:

https://github.com/amluto/u2f-hidraw-policy

conorpp commented 8 years ago

is there an common/built in linux program that could be used to achieve the same effect?

amluto commented 8 years ago

u2f-hidraw-policy is packaged on Fedora, so maybe that counts...

Some day I'll stop being lazy and get it integrated into systemd.

conorpp commented 8 years ago

I think that would be a better solution down the road. for now I will mention this in the wiki. thanks!