Summary
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.
Versions
v0.2.0 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 MIT Unlicense
- Keywords
- ~amd64 ~ppc64
- USE flags
- debug profile
USE flags
General
Dependencies
dev-util / google-perftools : Fast, multi-threaded malloc() and nifty performance analysis tools
sys-fs / fuse : An interface for filesystems implemented in userspace
Runtime Dependencies
dev-util / google-perftools : Fast, multi-threaded malloc() and nifty performance analysis tools
sys-fs / fuse : An interface for filesystems implemented in userspace
Bugs
- 863908
- sys-fs/sandboxfs-0.2.0 fails to compile (lto): undefined reference to __rbt_backtrace_create_state
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
sys-fs/sandboxfs: adjust for cargo_src_configure
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
sys-fs/sandboxfs: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
sys-fs/sandboxfs: bump to 0.2.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
sys-fs/sandboxfs: new package, fusefs based sandbox
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>