diff options
author | Andreas Kling <kling@serenityos.org> | 2020-05-09 15:16:16 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-09 15:16:16 +0200 |
commit | 3d41cc849c5a649751102f7e11629207f17d62d3 (patch) | |
tree | 2128d4b58edeb215bbd623ffcac92b9069edc068 | |
parent | b7810a31c3b50240a083a3e59ad8a38d2d12dddb (diff) | |
download | serenity-3d41cc849c5a649751102f7e11629207f17d62d3.zip |
LaunchServer: Run with portal permissions 600
The LaunchServer is personal to "anon" and we don't want other users
accessing it to launch anything.
-rw-r--r-- | Base/etc/SystemServer.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index cbb52efdfc..303ceef41b 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 |