mirror of
https://github.com/Hack-with-Github/Awesome-Hacking.git
synced 2026-07-16 02:32:50 -05:00
[PR #219] Add Z-Jail – Linux sandbox with seccomp-BPF and zero dependencies #2958
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Hack-with-Github/Awesome-Hacking/pull/219
Author: @Zierax
Created: 6/6/2026
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
b931c81Add Z-Jail resource to README📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
What I'm adding
Z-Jail is a lightweight Linux sandbox written in C99.
PR_SET_NO_NEW_PRIVS, capability drop, seccomp-BPF whitelist (15 syscalls)
makebuildFits under the existing pattern for sandboxing/isolation tools
relevant to CTF and CI/CD security.
Repo: https://github.com/Division-36/Z-Jail
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.