| Summary: | app-crypt/libu2f-host - USE=systemd is not properly working | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bertrand Jacquin <bertrand> |
| Component: | Current packages | Assignee: | Crypto team [DISABLED] <crypto+disabled> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | bertrand |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Bertrand Jacquin
2017-09-15 22:56:47 UTC
Actually it works with USE=systemd, but default permission on /dev/hidraw* are not letting standard users to read the char device: $ ls -l /dev/hidraw* crw------- 1 root root 249, 0 Sep 19 00:04 /dev/hidraw0 crw------- 1 root root 249, 1 Sep 19 00:02 /dev/hidraw1 This bug is invalid, my X11 session was running outside of a systemd session, hence files created in /dev did not have the right ACL |