Skip to content

Commit 0358ed6

Browse files
committed
fix: isolate virtual inputs from host seat
1 parent 027aa95 commit 0358ed6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/60-moonshine.rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess", GROUP="input", MODE="0660"
22
KERNEL=="uhid", TAG+="uaccess", GROUP="input", MODE="0660"
3-
SUBSYSTEM=="hidraw", KERNELS=="uhid", TAG+="uaccess", GROUP="input", MODE="0660"
4-
SUBSYSTEMS=="input", ATTRS{name}=="Moonshine *", TAG+="uaccess", GROUP="input", MODE="0660"
3+
SUBSYSTEM=="hidraw", KERNELS=="uhid", ATTRS{name}=="Moonshine *", ENV{ID_SEAT}="seat9", MODE="0666"
4+
SUBSYSTEMS=="input", ATTRS{name}=="Moonshine *", ENV{ID_SEAT}="seat9", MODE="0666"

0 commit comments

Comments
 (0)