From 9cbf3d1bb8e7aa2352650904b1479468ec25fdb7 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 2 Dec 2016 17:11:13 +0000 Subject: [PATCH] Change default Xorg logfile to .xorgxrdp.%s.log The log file is created in the home directory, %s is replaced with the display number (e.g. 10). If Xorg is run setuid root, it can refuse to run if the log path is absolute. --- sesman/sesman.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sesman/sesman.ini b/sesman/sesman.ini index 140cc49f..674665e9 100644 --- a/sesman/sesman.ini +++ b/sesman/sesman.ini @@ -85,7 +85,7 @@ param=-noreset param=-nolisten param=tcp param=-logfile -param=/dev/null +param=.xorgxrdp.%s.log [Chansrv] ; drive redirection, defaults to xrdp_client if not set