|
|
Subscribe / Log in / New account

Related projects

Related projects

Posted Jan 20, 2016 12:30 UTC (Wed) by sam.thursfield (subscriber, #94496)
Parent article: Sandboxing with Firejail

Looks like an interesting project and with quite some momentum!

Some related tools:

* libsandbox <https://github.com/openjudge/sandbox> (sandboxing library written in Python)
* linux-user-chroot <https://git.gnome.org/browse/linux-user-chroot> (minimal sandboxing tool written in C, intended for use by build systems)
* Warden <https://github.com/cloudfoundry/warden> (sandboxing program used by CloudFoundry/BOSH, written in Ruby)
* xdg-app <https://github.com/alexlarsson/xdg-app> (desktop-app-specific sandboxing)

I wrote a pretty minimal and incomplete Python library for wrapping different sandboxing mechanisms called Sandboxlib, which currently only wraps linux-user-chroot or the chroot() syscall, but it would be interesting to add support for Firejail. Sandboxlib is here: <https://github.com/CodethinkLabs/sandboxlib>


to post comments

Related projects

Posted Jan 22, 2016 13:04 UTC (Fri) by rwmj (subscriber, #5474) [Link]

And libvirt-sandbox (http://sandbox.libvirt.org/quickstart/) which gives you a choice of sandboxing in either a container or a full virtual machine.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds