Change udev rule to automatically grant access to virtual input devices
This commit is contained in:
parent
ba3b0be2c9
commit
06a1609aef
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
|
||||
KERNEL=="uinput", SUBSYSTEM=="misc", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput", TAG+="uaccess"
|
||||
Loading…
Add table
Add a link
Reference in a new issue