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

Udev rules for certtool #22

Open
gl-sergei opened this issue Feb 23, 2019 · 0 comments
Open

Udev rules for certtool #22

gl-sergei opened this issue Feb 23, 2019 · 0 comments

Comments

@gl-sergei
Copy link
Owner

gl-sergei commented Feb 23, 2019

certtool is using easyhid which in turn is using hidapi-libusb on Linux systems, which requires an access to /sys/bus/usb/devices/.... In order to make it work (on Arch in my case), I had to add following rules:

ACTION=="add|change", SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0e90", TAG+="uaccess"

Would be great to make certtool to use hidraw API on Linux so that hidraw* rule would become sufficient for certtool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant