freebsd-ports/sysutils/fusefs-sandboxfs/pkg-message
Tobias Kortkamp abff21fb35 New port: sysutils/sandboxfs
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.

WWW: https://github.com/bazelbuild/sandboxfs

Announcement:	https://julio.meroh.net/2019/02/hello-sandboxfs-0.1.0.html
2019-02-06 10:27:27 +00:00

4 lines
224 B
Text

WARNING: The interaction points with sandboxfs are subject to change
at this point. In particular, the command-line interface and the
data format used to reconfigure sandboxfs while it's running will
most certainly change.