diff options
author | DexesTTP <dexes.ttp@gmail.com> | 2021-04-24 01:46:49 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-25 19:04:34 +0200 |
commit | 62ed26164bd160387c80522dfee5db2891b4c0dc (patch) | |
tree | 0ac84f7e03d12e6aaf320698cb18c452d50b938f /Base/etc/passwd | |
parent | c11ca9df33c602a8c5d8efb89cb42a9986629c1d (diff) | |
download | serenity-62ed26164bd160387c80522dfee5db2891b4c0dc.zip |
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.
Diffstat (limited to 'Base/etc/passwd')
-rw-r--r-- | Base/etc/passwd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/passwd b/Base/etc/passwd index d23966427f..101bf0263c 100644 --- a/Base/etc/passwd +++ b/Base/etc/passwd @@ -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 |