[PR #219] Add Z-Jail – Linux sandbox with seccomp-BPF and zero dependencies #2513

Open
opened 2026-06-11 02:56:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Hack-with-Github/Awesome-Hacking/pull/219
Author: @Zierax
Created: 6/6/2026
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • b931c81 Add 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.

  • 7 independent defense layers: setrlimit, fd scrub, pivot_root,
    PR_SET_NO_NEW_PRIVS, capability drop, seccomp-BPF whitelist (15 syscalls)
  • ~130 KiB binary, zero external dependencies
  • Built-in audit log with BLAKE2b-256 content hashing
  • Single make build

Fits 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Hack-with-Github/Awesome-Hacking/pull/219 **Author:** [@Zierax](https://github.com/Zierax) **Created:** 6/6/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b931c81`](https://github.com/Hack-with-Github/Awesome-Hacking/commit/b931c815fbdb197e6127324a94611b83680cb28c) Add Z-Jail resource to README ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description ## What I'm adding Z-Jail is a lightweight Linux sandbox written in C99. - 7 independent defense layers: setrlimit, fd scrub, pivot_root, PR_SET_NO_NEW_PRIVS, capability drop, seccomp-BPF whitelist (15 syscalls) - ~130 KiB binary, zero external dependencies - Built-in audit log with BLAKE2b-256 content hashing - Single `make` build Fits under the existing pattern for sandboxing/isolation tools relevant to CTF and CI/CD security. Repo: https://github.com/Division-36/Z-Jail --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-11 02:56:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Awesome-Hacking#2513