Better way to have access to /dev/hidraw* with udev (no need of group)
Created by: damsweb
Hi.
I'm the packager of Solaar for Mageia. I encountered an issue with Mageia and the udev rules as we don't have the 'plugdev' group under Mageia and as by default our user is not part of 'users' of other group. My idea was to use uaccess, so I did a sed in the udev rules:
s/GROUP="plugdev", MODE="0660"/TAG+="uaccess"/
With this, no more need to be part of X or Y group. I also renamed the udev rules to be launched sooner.