summaryrefslogtreecommitdiff
path: root/filesystems/sandboxfs/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/sandboxfs/pkg-descr')
-rw-r--r--filesystems/sandboxfs/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/filesystems/sandboxfs/pkg-descr b/filesystems/sandboxfs/pkg-descr
new file mode 100644
index 000000000000..92e275c2262c
--- /dev/null
+++ b/filesystems/sandboxfs/pkg-descr
@@ -0,0 +1,9 @@
+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.