1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +00:00

Base: Launch FileSystemAccessServer at session start-up

This commit is contained in:
Lucas CHOLLET 2022-07-24 15:28:42 +02:00 committed by Linus Groh
parent e9e94ef3cc
commit e8115bfdb1
12 changed files with 19 additions and 20 deletions

View file

@ -1,13 +1,3 @@
[FileSystemAccessServer]
Socket=/tmp/portal/filesystemaccess
SocketPermissions=660
Lazy=true
Priority=low
User=anon
SystemModes=text,graphical
MultiInstance=true
AcceptSocketConnections=true
[ImageDecoder]
Socket=/tmp/portal/image
SocketPermissions=600

View file

@ -28,6 +28,15 @@ SystemModes=text,graphical
MultiInstance=true
AcceptSocketConnections=true
[FileSystemAccessServer]
Socket=/tmp/user/%uid/portal/filesystemaccess
SocketPermissions=660
Lazy=true
Priority=low
SystemModes=text,graphical
MultiInstance=true
AcceptSocketConnections=true
[LaunchServer]
Socket=/tmp/user/%uid/portal/launch
SocketPermissions=600