New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/23581#issuecomment-659760681 Comment: > Original udev rule uses `TAG+=uaccess` which doesn't seem to be supported due to not using systemd-logind. Doesn't `elogind` provide systemd-logind? `airspy`, `hackrf`, and `libnfc` patched `plugdev` to `uaccess`, so, it should works already. > The repo provides a similar rules file that allows access for users in the `plugdev` group which is usually only present on Debian based distros, so I've made a copy of it for the `dialout` group instead. > > Not sure if it's preferred to patch an existing file or to use some group other than `dialout`. `libu2f-host` patches: ```sed s:GROUP="plugdev":GROUP="users": ```