diff options
-rw-r--r-- | Userland/Services/LaunchServer/ClientConnection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Services/LaunchServer/ClientConnection.cpp b/Userland/Services/LaunchServer/ClientConnection.cpp index 47eeebd67b..591390e961 100644 --- a/Userland/Services/LaunchServer/ClientConnection.cpp +++ b/Userland/Services/LaunchServer/ClientConnection.cpp @@ -122,6 +122,8 @@ void ClientConnection::handle(const Messages::LaunchServer::SealAllowlist&) did_misbehave("Got more than one request to seal the allowed handlers list"); return; } + + m_allowlist_is_sealed = true; } } |