mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 14:19:19 +00:00
78c0e5f6b6
This patch extracts the child-management functionality from the init component into a new library called "sandbox". The library API is located at 'os/include/os/sandbox.h'. The sandbox API allows for the interaction of the component with the sandboxed children by providing locally implemented services. This mechanism is illustrated by the new test at os/src/test/sandbox. Issue #3601