Open gabyx opened 5 months ago
This panic does not originate in tuxedo-rs but rather in the sudo
crate (precisely here). Because hwcaps
needs to read data from sysfs and ioctl, it needs elevated privileges which is done with the sudo
crate.
Since the sudo binary is not the only commonly used solution for gaining elevated privileges anymore, we should migrate to another crate, but AFAIK there is no alternative at the moment.
That means I basically can run it with sudo and it should work, I should try again. :)Am 19.06.2024 um 22:51 schrieb Aaron Erhardt @.***>: This panic does not originate in tuxedo-rs but rather in the sudo crate (precisely here). Because hwcaps needs to read data from sysfs and ioctl, it needs elevated privileges which is done with the sudo crate. Since the sudo binary is not the only commonly used solution for gaining elevated privileges anymore, we should migrate to another crate, but AFAIK there is no alternative at the moment.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
When I use
tailor_hdwcap
I get on Tuxedo Pulse 14 Gen 3:Could we have some better error message to see whats going wrong. I am using the Nix install with version: 0.3.1