diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2022-08-07 18:10:26 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-14 21:52:35 +0100 |
commit | c5b7c9f4799508ed6f940755243ab47dc55558ce (patch) | |
tree | 6cc3c84e33df8717e498bb07511bc3a558ed3143 /Base | |
parent | f0012c21628c5aa58a0e806c2c7e5314420ee62e (diff) | |
download | serenity-c5b7c9f4799508ed6f940755243ab47dc55558ce.zip |
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
The `/tmp/user` directory is owned by root, this solution prevents
malicious users to interfere with other users' portals.
This commit also moves `launch`'s portal in the user directory.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/.config/SystemServer.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/.config/SystemServer.ini b/Base/home/anon/.config/SystemServer.ini index 91927be505..ac9f6f7166 100644 --- a/Base/home/anon/.config/SystemServer.ini +++ b/Base/home/anon/.config/SystemServer.ini @@ -1,5 +1,5 @@ [LaunchServer] -Socket=/tmp/100/portal/launch +Socket=/tmp/user/100/portal/launch SocketPermissions=600 Lazy=true SystemModes=text,graphical |