Linux sandboxing tool
https://crabjail.codeberg.page/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fmt: add --all clippy: add --deny=clippy::dbg_macro |
12 months ago | |
---|---|---|
build | 1 year ago | |
build-aux | 1 year ago | |
config | 1 year ago | |
docs | 1 year ago | |
githooks | 12 months ago | |
macros | 1 year ago | |
man | 1 year ago | |
src | 1 year ago | |
.editorconfig | 1 year ago | |
.gitattributes | 2 years ago | |
.gitignore | 1 year ago | |
.rustfmt.toml | 2 years ago | |
AUTHORS | 2 years ago | |
CHANGELOG.md | 1 year ago | |
CONTRIBUTING.md | 1 year ago | |
COPYING | 2 years ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 1 year ago | |
README.md | 1 year ago | |
clippy.toml | 1 year ago | |
meson.build | 1 year ago | |
meson_options.txt | 2 years ago | |
wrapper.h | 2 years ago |
README.md
crabjail
Linux sandboxing tool.
Table Of Contents
TBD
Motivation
TBW
Technologies
Features
TBW
Installation
At the moment only x86_64 is supported.
Dependencies
- bwrap (bubblewrap) >= 0.6.0
- xdg-dbus-proxy
- slirp4netns
- libseccomp
- udev
Prerequisites
- Rust >= 1.60.0
- meson >= 0.51
- libudev development files
- libseccomp development files
- sphinx-build
- furo (sphinx theme)
- rst2man and rst2html5 (provided by docutils)
Fedora Linux:
dnf install cargo meson systemd-devel libseccomp-devel python3-sphinx python3-docutils
pip3 install furo
Build
meson _builddir --buildtype=release
meson compile -C _builddir
Install
meson install -C _builddir --no-rebuild
Usage
TBW
Examples
crabjail gnome-sudoku
Related projects
In alphabetical order:
Others:
- bubblewrap
- chroot
- Containers
- flatpak
- gVisor
- Linux Security Modules (LSM)
- Sandboxed API
- Virtual Machines
Contributing
See CONTRIBUTING.md
Credits / Acknowledgments
FAQ
Links
Homepage: https://crabjail.codeberg.page/
Repository: https://codeberg.org/crabjail/crabjail
Bug-Tracker: https://codeberg.org/crabjail/issues
Changelog
See CHANGELOG.md for the full changelog.
Authors and Contributors
See AUTHORS
License
GPL-3.0-or-later, see COPYING for details.