All Projects → bazelbuild → Sandboxfs

bazelbuild / Sandboxfs

Licence: apache-2.0
A virtual file system for sandboxing

Programming Languages

rust
11053 projects
golang
3204 projects

Projects that are alternatives of or similar to Sandboxfs

Fuse Ts
Stars: ✭ 6 (-97.9%)
Mutual labels:  fuse-filesystem, filesystem
Usbmount
Simple set of scripts to automount removable devices for a Linux system
Stars: ✭ 160 (-44.06%)
Mutual labels:  fuse-filesystem, filesystem
Fusell Seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 9 (-96.85%)
Mutual labels:  fuse-filesystem, filesystem
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (+81.12%)
Mutual labels:  fuse-filesystem, filesystem
fusell-seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 13 (-95.45%)
Mutual labels:  filesystem, fuse-filesystem
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+1904.55%)
Mutual labels:  fuse-filesystem, filesystem
Rssfs
The RSS file system (Git mirror)
Stars: ✭ 115 (-59.79%)
Mutual labels:  fuse-filesystem, filesystem
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+1274.83%)
Mutual labels:  fuse-filesystem, filesystem
ltfs
Reference implementation of the LTFS format Spec for stand alone tape drive
Stars: ✭ 130 (-54.55%)
Mutual labels:  filesystem, fuse-filesystem
GitFS
A FUSE filesystem that stores data on Git
Stars: ✭ 26 (-90.91%)
Mutual labels:  filesystem, fuse-filesystem
Dwarfs
A fast high compression read-only file system
Stars: ✭ 444 (+55.24%)
Mutual labels:  fuse-filesystem, filesystem
fuse xattrs
add xattrs support using sidecar files.
Stars: ✭ 28 (-90.21%)
Mutual labels:  filesystem, fuse-filesystem
Httpdirfs
A filesystem which allows you to mount HTTP directory listings, with a permanent cache. Now with Airsonic / Subsonic support!
Stars: ✭ 443 (+54.9%)
Mutual labels:  fuse-filesystem, filesystem
Distribyted
📂 ➡️ 📺 🎶 🎮 Torrent client with on-demand file downloading as a filesystem.
Stars: ✭ 791 (+176.57%)
Mutual labels:  fuse-filesystem, filesystem
Catfs
Cache AnyThing filesystem written in Rust
Stars: ✭ 404 (+41.26%)
Mutual labels:  fuse-filesystem, filesystem
Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+445.45%)
Mutual labels:  fuse-filesystem, filesystem
Glusterfs
Gluster Filesystem : Build your distributed storage in minutes
Stars: ✭ 3,437 (+1101.75%)
Mutual labels:  fuse-filesystem, filesystem
Supertag
A tag-based filesystem
Stars: ✭ 207 (-27.62%)
Mutual labels:  fuse-filesystem, filesystem
loggedfs-python
Filesystem monitoring with Fuse and Python
Stars: ✭ 21 (-92.66%)
Mutual labels:  filesystem, fuse-filesystem
hdrfs
High Data Retention Filesystem
Stars: ✭ 23 (-91.96%)
Mutual labels:  filesystem, fuse-filesystem

sandboxfs: 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.

sandboxfs is licensed under the Apache 2.0 license and is not an official Google product.

Releases

The latest version of sandboxfs is 0.2.0 and was released on 2020-04-20.

See the installation instructions for details on how to build and install sandboxfs.

See the release notes file for more details.

Usage

sandboxfs is fully documented in the sandboxfs(1) manual page, which is located in the man/sandboxfs.1 file. You can view a rendered version of this manual page using the following command after cloning the tree:

man ./man/sandboxfs.1

Contributing

If you'd like to contribute to sandboxfs, there is plenty of work to be done! Please make sure to read our contribution guidelines to learn about some important prerequisite steps.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].