summaryrefslogtreecommitdiff
path: root/Base/etc/SystemServer.ini
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-06-17 17:31:42 +0200
committerAndreas Kling <kling@serenityos.org>2020-06-17 20:09:44 +0200
commitc45c5ded342b9c530207222bd620f4ee0d4af601 (patch)
treed618d658e770286139bad37222a8cf68e8669e61 /Base/etc/SystemServer.ini
parentde12cf6821679c900ced1c8164741bfefbde97b0 (diff)
downloadserenity-c45c5ded342b9c530207222bd620f4ee0d4af601.zip
WebContent: Start work on browser process separation :^)
The "WebContent" service provides a very restricted instance of LibWeb running as an unprivileged user account. This will be used to implement process separation in Browser, among other things. This first cut of the service only spawns a single WebContent process when someone connects to /tmp/portal/webcontent. We will soon switch this over to spawning a new process for each connection. Since this feature is very immature, we'll be bringing it up inside of Demos/WebView as a separate demo program. Eventually this will become a reusable widget that anyone can embed and easily get out-of-process web content in their GUI. This is pretty, pretty cool! :^)
Diffstat (limited to 'Base/etc/SystemServer.ini')
-rw-r--r--Base/etc/SystemServer.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini
index d81a5ccd41..9410994127 100644
--- a/Base/etc/SystemServer.ini
+++ b/Base/etc/SystemServer.ini
@@ -7,6 +7,13 @@ KeepAlive=1
User=protocol
BootModes=text,graphical
+[WebContent]
+Socket=/tmp/portal/webcontent
+SocketPermissions=660
+Lazy=1
+User=webcontent
+BootModes=graphical
+
[LookupServer]
Socket=/tmp/portal/lookup
SocketPermissions=660