mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +00:00
Services: Add a WebSocket service
The WebSocket service isolates communication with a WebSocket to its own isolated process. Similar to other isolating services, it has its own user and group.
This commit is contained in:
parent
c11ca9df33
commit
62ed26164b
16 changed files with 582 additions and 1 deletions
|
@ -7,5 +7,6 @@ clipboard:!:14:14:Clipboard,,,:/:/bin/false
|
|||
webcontent:!:15:15:WebContent,,,:/:/bin/false
|
||||
image:!:16:16:ImageDecoder,,,:/:/bin/false
|
||||
symbol:!:17:17:SymbolServer,,,:/:/bin/false
|
||||
websocket:!:18:18:WebSocket,,,:/:/bin/false
|
||||
anon:!:100:100:Anonymous,,,:/home/anon:/bin/sh
|
||||
nona:!:200:200:Nona,,,:/home/nona:/bin/sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue