mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
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.
This commit is contained in:
parent
f0012c2162
commit
c5b7c9f479
17 changed files with 25 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
[LaunchServer]
|
||||
Socket=/tmp/100/portal/launch
|
||||
Socket=/tmp/user/100/portal/launch
|
||||
SocketPermissions=600
|
||||
Lazy=true
|
||||
SystemModes=text,graphical
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue