Changing uInput Device Permission

Target: To change the /dev/uinput permission to allow non-root application to open/read/write the device file Creating A New Group: uInput Add new group by following command sudo groupdadd -f uinput sudo gpasswd -a username uinput Verify username has been added into uinput group groups Creating New udev Rule create a new file name: /etc/udev/rules.d/99-input.rules Insert … Continue reading Changing uInput Device Permission