From 3d41cc849c5a649751102f7e11629207f17d62d3 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 9 May 2020 15:16:16 +0200 Subject: [PATCH] LaunchServer: Run with portal permissions 600 The LaunchServer is personal to "anon" and we don't want other users accessing it to launch anything. --- Base/etc/SystemServer.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index cbb52efdfc8..303ceef41bc 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -35,7 +35,7 @@ User=notify [LaunchServer] Socket=/tmp/portal/launch -SocketPermissions=660 +SocketPermissions=600 Lazy=1 KeepAlive=1 User=anon