mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +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
8 lines
152 B
Makefile
8 lines
152 B
Makefile
SRC_CC = library.cc child.cc server.cc
|
|
INC_DIR += $(REP_DIR)/src/lib/sandbox
|
|
LIBS += base
|
|
|
|
SHARED_LIB = yes
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/sandbox
|