Nsjail: A light-weight process isolation tool for Linux

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. nsjail

    A lightweight process isolation tool that utilizes Linux namespaces, cgroups, rlimits and seccomp-bpf syscall filters, leveraging the Kafel BPF language for enhanced security.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. bubblewrap

    Low-level unprivileged sandboxing tool used by Flatpak and similar projects

  4. nsjail

    (fork for judge system sandboxing; see the following website for documentations) A light-weight process isolation tool, making use of Linux namespaces and seccomp-bpf syscall filters (with help of the kafel bpf language) (by NeoHOJ)

    I have forked this project long ago and have built an online judge utilizing its BPF integration to filter out unwanted syscalls. I have implemented the time/mem usage reporting and it has improved my knowledge to modern Linux kernels.

    There were some rough edges back then, but it had been my go-to tool to run user-provided code in isolation.

    https://github.com/NeoHOJ/nsjail

  5. firejail

    Linux namespaces and seccomp-bpf sandbox

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Firejail: Light, featureful and zero-dependency security sandbox for Linux

    6 projects | news.ycombinator.com | 11 Jul 2023
  • Bubblewrap: Unprivileged Sandboxing Tool for Linux

    6 projects | news.ycombinator.com | 27 Mar 2022
  • Server-side sandboxing: Containers and seccomp

    3 projects | news.ycombinator.com | 24 Oct 2023
  • HardenedBSD Feature Comparison with OpenBSD, FreeBSD, NetBSD

    2 projects | news.ycombinator.com | 3 Nov 2024
  • Notes on Running Containers with Bubblewrap

    1 project | news.ycombinator.com | 28 Jun 2022

Did you know that C is
the 6th most popular programming language
based on number of references?