diff --git a/repos/os/recipes/raw/test-init/test-init.config b/repos/os/recipes/raw/test-init/test-init.config index c744cd9f9..faac1a84c 100644 --- a/repos/os/recipes/raw/test-init/test-init.config +++ b/repos/os/recipes/raw/test-init/test-init.config @@ -1203,7 +1203,125 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1360,11 +1478,11 @@ - + - + @@ -1395,7 +1513,7 @@ - + diff --git a/repos/os/src/lib/sandbox/server.cc b/repos/os/src/lib/sandbox/server.cc index e5a83d299..f240f18e2 100644 --- a/repos/os/src/lib/sandbox/server.cc +++ b/repos/os/src/lib/sandbox/server.cc @@ -86,7 +86,7 @@ Sandbox::Server::Service::resolve_session_request(Session_label const &label) match = &service; }); if (!match || match->abandoned()) - throw Service_denied(); + throw Service_not_present(); return Route { *match, target_label }; }