mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 0050264dd326d11d0fbb9a5d7881f5d8ad259df7
parent 008ea4354755869c8770a42b05a6a1939b9280de
Author: ccx <ccx@te2000.cz>
Date:   Wed, 10 Apr 2024 16:37:30 +0000

Give write access to /dev/input/mice to xorg

Diffstat:
Mservice_scripts/xorg/run | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service_scripts/xorg/run b/service_scripts/xorg/run @@ -65,7 +65,7 @@ ns_run_unshared data/root { if { chmod g+rw ./dev/dri/card0 } if { chgrp -R input ./dev/input } - if { chmod -R g+r ./dev/input } + if { chmod -R g+rw ./dev/input/mice } if { cp -a /dev/tty0 ./dev/tty0 } if { chmod 660 ./dev/tty0 }