mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
Base: Launch Clipboard at session start-up
The clipboard service hasn't been ported to user-based portals with others services as it is needed at `GUI::Application` creation and thus before the first login, as the `LoginServer` needs one. This problem as been solved thanks to session-based portals, a clipboard portal is now created at boot for the "login" session and another for each "user" session. With a user-based portal, the "login" portal would have needed to be created for the `root` user, exposing us to security issues. It now, can be owned by the `window` user.
This commit is contained in:
parent
1be337353b
commit
3197c1793a
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
[Clipboard]
|
||||
Socket=/tmp/session/%sid/portal/clipboard
|
||||
SocketPermissions=600
|
||||
Priority=low
|
||||
|
||||
[ConfigServer]
|
||||
Socket=/tmp/session/%sid/portal/config
|
||||
SocketPermissions=600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue