diff --git a/Services/WebContent/main.cpp b/Services/WebContent/main.cpp index 5f5bf52635..5367f2cce3 100644 --- a/Services/WebContent/main.cpp +++ b/Services/WebContent/main.cpp @@ -32,7 +32,7 @@ int main(int, char**) { Core::EventLoop event_loop; - if (pledge("stdio shared_buffer accept unix rpath", nullptr) < 0) { + if (pledge("stdio shared_buffer accept unix rpath recvfd", nullptr) < 0) { perror("pledge"); return 1; }