Compare commits

...

1 commit
1.5 ... master

Author SHA1 Message Date
John Gebbie
945a7daede uinput udev rule MODE 0660 -> 0620 2024-08-13 14:36:06 +01:00

View file

@ -1,2 +1,2 @@
# This allows users in group input to use dotool without root permissions.
KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
KERNEL=="uinput", GROUP="input", MODE="0620", OPTIONS+="static_node=uinput"