#922661 ITP: sandboxfs -- A virtual file system for sandboxing

#922661#5
Date:
2019-02-19 02:15:05 UTC
From:
To:
* Package name    : sandboxfs
  Version         : 0.1.0
  Upstream Author : Julio Merino <julio@meroh.net>
* URL             : https://github.com/bazelbuild/sandboxfs
* License         : Apache 2.0
  Programming Lang: Rust
  Description     : A virtual file system for sandboxing

sandboxfs is a FUSE file system that exposes a combination of multiple
files and directories from the host's file system in the form of a virtual
tree with an arbitrary layout.  You can think of a sandbox as an arbitrary
view into the host's file system with different access privileges per
directory.

sandboxfs is designed to allow running commands with limited access to
the file system by using the virtual tree as their new root, and to do so
consistently across a variety of platforms.