Skip to content

Commit 2f5a9ad

Browse files
committed
Add SessionSockdirGroup=xrdp to sesman config
1 parent 4c78668 commit 2f5a9ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/applications/networking/remote/xrdp/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ let
130130
cp $src/keygen/openssl.conf $out/share/xrdp/openssl.conf
131131
132132
substituteInPlace $out/etc/xrdp/sesman.ini --replace /etc/xrdp/pulse $out/etc/xrdp/pulse
133+
substituteInPlace $out/etc/xrdp/sesman.ini --replace '#SessionSockdirGroup=root' 'SessionSockdirGroup=xrdp'
133134
134135
# remove all session types except Xorg (they are not supported by this setup)
135136
perl -i -ne 'print unless /\[(X11rdp|Xvnc|console|vnc-any|sesman-any|rdp-any|neutrinordp-any)\]/ .. /^$/' $out/etc/xrdp/xrdp.ini

0 commit comments

Comments
 (0)