use TAG+="uaccess" in udev rules + fix hidraw perms
Big thanks to Jakub Pruchnik for letting me know about the hidraw issue and providing a udev rules file to fix it!
This commit is contained in:
@@ -1 +1 @@
|
||||
KERNEL=="uinput", GROUP="uinput", MODE:="0660"
|
||||
KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess", TAG+="udev-acl"
|
||||
|
||||
Reference in New Issue
Block a user