mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
78497c03ca
base-linux uses seccomp to reduce the available system calls to the minimum set needed to run base-linux. There are still some syscalls that allow accessing global state which should be further reduced. The combination of seccomp and socket descriptor caps should provide an intermediate level of security for base-linux thereby enabling base-linux as a migration path from using the Linux kernel to the use of microkernel-based Genode. Fixes #3581 |
||
---|---|---|
.. | ||
Makefile | ||
seccomp_bpf_compiler_arm.cc | ||
seccomp_bpf_compiler_x86_32.cc | ||
seccomp_bpf_compiler_x86_64.cc | ||
seccomp_bpf_compiler.h |