Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcavalei/zygote
https://github.com/dcavalei/zygote
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcavalei/zygote
- Owner: dcavalei
- Created: 2024-10-23T15:18:27.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:51:18.000Z (27 days ago)
- Last Synced: 2024-10-25T21:59:09.104Z (25 days ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```