commit 99f45df858703c2918a5326ec7ce75fa267eb4a1
parent 9fe03975c22f63d52e466a375de49512e1daf7ae
Author: ccx <ccx@te2000.cz>
Date: Mon, 18 Mar 2024 23:31:36 +0000
Use s6-setsid for xorg
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service_scripts/xorg/run b/service_scripts/xorg/run
@@ -66,9 +66,9 @@ ns_run_unshared data/root {
if { chown root:xorg ./dev/tty${vtN} }
}
# This runs with changed / so use absolute paths before dropping privs
+/mnt/ns/bin/s6-setsid
/mnt/ns/bin/applyuidgid-caps -U ""
env HOME=${CONTAINER_USER_HOME} USER=${CONTAINER_USER}
-# s6-setsid
if {
pipeline {