1
0

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:
Daniel Prilik
2020-11-07 11:31:24 -05:00
parent b237f4a0f3
commit ae58e16610
3 changed files with 8 additions and 11 deletions

View File

@@ -0,0 +1 @@
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", SUBSYSTEMS=="hid", DRIVERS=="microsoft", TAG+="uaccess", TAG+="udev-acl"

View File

@@ -1 +1 @@
KERNEL=="uinput", GROUP="uinput", MODE:="0660"
KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess", TAG+="udev-acl"