Bubblewrap: Unprivileged Sandboxing Tool for Linux

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bubblewrap

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

  • Note that a sandbox escape is often possible via TIOCSTI (CVE-2017-5226) [0] unless a special flag (--new-session) is used.

    Bubblewrap is aware of this, yet their documentation gives no indication that this flag is necessary to produce a secure sandbox. In --help, the documentation of --new-session is simply "Create a new terminal session," which severely understates its importance.

    It's frustrating to have such a useful tool be knowingly easy to misuse.

    [0]: https://github.com/containers/bubblewrap/issues/142

  • crosvm

    The Chrome OS Virtual Machine Monitor - Mirror of https://chromium.googlesource.com/crosvm/crosvm/

  • I've also been looking into shipping apps as VM images with a minimal kernel. Do you know if WHPX requires the user to have admin rights? On the host side, Windows and Mac ports of crosvm [1] could be useful. crosvm seems to have all the necessary virtio device types, but a greater focus on security than QEMU.

    [1]: https://google.github.io/crosvm/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

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
  • Server-side sandboxing: Containers and seccomp

    3 projects | news.ycombinator.com | 24 Oct 2023
  • Notes on Running Containers with Bubblewrap

    1 project | news.ycombinator.com | 28 Jun 2022
  • One-Click sandbox for every program

    4 projects | /r/linux | 19 Apr 2022
  • cap-std: Capability-oriented version of the Rust standard library

    3 projects | /r/rust | 13 Apr 2021