From 8be589217e07b8f904f7ecc70cd98b46065943db Mon Sep 17 00:00:00 2001 From: Tomas-M Date: Thu, 25 Jul 2019 20:01:40 +0200 Subject: [PATCH] Update build --- Slax/debian/modules/02-xorg/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Slax/debian/modules/02-xorg/build b/Slax/debian/modules/02-xorg/build index ed13440..e15abe2 100755 --- a/Slax/debian/modules/02-xorg/build +++ b/Slax/debian/modules/02-xorg/build @@ -15,6 +15,9 @@ apt-get install --yes --no-install-recommends \ libgl1-mesa-dri \ libglu1-mesa +# Set setuid bit on xorg binary, so it can be started by guest user +chmod u+s /usr/lib/xorg/Xorg + # use only white cursors. There were some troubles if the other cursors # was left behind, installing gtk apps reverted the cursor from white to gray, # so we're going to nuke it to leave only Snow cursors active.