mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
Base: Launch WebSocket at session start-up
This commit is contained in:
parent
ac7b0e69e5
commit
e9e94ef3cc
4 changed files with 11 additions and 12 deletions
|
@ -25,7 +25,7 @@ ErrorOr<int> serenity_main(Main::Arguments)
|
|||
TRY(Core::System::unveil("/etc/timezone", "r"));
|
||||
TRY(Core::System::unveil("/tmp/user/%uid/portal/request", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/portal/image", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/portal/websocket", "rw"));
|
||||
TRY(Core::System::unveil("/tmp/user/%uid/portal/websocket", "rw"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
Web::ImageDecoding::Decoder::initialize(WebView::ImageDecoderClientAdapter::create());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue