I have a problem where the /dev/vchiq and /dev/input devices have permissions so that only root is able to use them. This causes problems with a few programs like retroarch, Kodi, and some SDL-based games. Of course, I can get around it by just doing 'sudo chmod 777 /dev/vchiq /dev/input*', but it's annoying to have to do that every single time. Is there a recommended way of fixing these permission issues that doesn't involve repacking the rpi-vc.tcz extension?