Tree Sandbox icon
Tree Sandbox icon

Tree Sandbox

"Tree-shaped" sandbox: multi-layer nesting and branching, like a “tree” composed of multiple sub-containers. A sandbox is composed of multiple layered sub-containers. With this design, “untrusted” procs and “semi-trusted” procs run in different layers of a sandbox;...

Cost / License

Platforms

  • Linux
0likes
0comments
0articles

Features

  1.  Sandbox

Tree Sandbox News & Activities

Highlights All activities

Recent activities

Tree Sandbox information

  • Developed by

    garywill
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    16 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  10 Stars
  •  1 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
Tree Sandbox was added to AlternativeTo by Garry W on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Tree Sandbox?

"Tree-shaped" sandbox: multi-layer nesting and branching, like a “tree” composed of multiple sub-containers. A sandbox is composed of multiple layered sub-containers. With this design, “untrusted” procs and “semi-trusted” procs run in different layers of a sandbox; User's app and other companion procs run in different layers.

With the “containers tree” model, we can isolate procs of different "classes" inside the sandbox without requiring host subuid/subgid.

No root needed; no system daemon; no host caps or suid.

Image-free containers. Tools like vim/git don’t need to be reinstalled inside.

Integration of common tools (eg isolated X11 server, DBUS filter proxy etc.), and common socket path mounting options.

Works out of the box (for a basic-system sandbox).

Official Links