mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
base: lay groundwork for base-linux caps change
Include the necessary hooks to introduce file descriptor based capabilities in base linux. Issue #3581
This commit is contained in:
committed by
Christian Helmuth
parent
5eaaee0dbe
commit
a7a9855493
@ -10,5 +10,8 @@ LIBS += syscall-linux
|
||||
|
||||
SRC_CC += region_map_mmap.cc debug.cc
|
||||
SRC_CC += rpc_dispatch_loop.cc
|
||||
SRC_CC += rpc_entrypoint_manage.cc
|
||||
SRC_CC += thread_env.cc
|
||||
SRC_CC += capability.cc
|
||||
SRC_CC += platform.cc
|
||||
SRC_CC += rpc_entry.cc
|
||||
|
Reference in New Issue
Block a user