I am using system without CONFIG_MULTIUSER kernel parameter, so programs can't drop their privileges as root. I know it's not much secure, but there's a reason for that. And I want to use wshowkeys on this system.
Right now I am just patching binary to jump of this check, but it isn't very convenient solution. Can I make a PR with a flag that disables that check? Thanks.