Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dcavalei/zygote


https://github.com/dcavalei/zygote

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Zygote

Simple program that will apply a seccomp filter to itself and execve() another process.
It will parse a configuration file and apply the corresponding filters.
```shell
mkdir build
cd build
cmake ..
cmake --build . --target all
./zygote/src/main/zygote -d --config=$(git rev-parse --show-toplevel)/zygote/res/dynamically-linked-default.yaml -- ./zygote/src/main/main_simple
```