mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07: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
|
@ -4,7 +4,7 @@ tty:x:2:
|
|||
phys:x:3:window,anon
|
||||
audio:x:4:anon
|
||||
utmp:x:5:
|
||||
lookup:x:10:protocol,anon
|
||||
lookup:x:10:protocol,websocket,anon
|
||||
protocol:x:11:webcontent,anon
|
||||
notify:x:12:anon
|
||||
window:x:13:anon,notify
|
||||
|
@ -12,4 +12,5 @@ clipboard:x:14:anon,notify
|
|||
webcontent:x:15:anon
|
||||
image:x:16:anon,webcontent
|
||||
symbol:x:17:anon
|
||||
websocket:x:18:webcontent,anon
|
||||
users:x:100:anon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue