X-Git-Url: https://git.ralfj.de/bubblebox.git/blobdiff_plain/30fafed702de8242f7b8741dfa6594be30cda72c..7dceb9e93e9f9e202711b0f53ede17b9acd0d79a:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 5d74547..32aa2ec 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ This is the documentation of [BubbleBox](https://www.ralfj.de/projects/bubblebox tool to easily sandbox Linux applications. The primary use-case for BubbleBox is running applications that you do not trust enough -to give them full access to hour home directory, and in particular the secret keys stored there. -In this regard it is similar to [firejail] and [bubblejail], but less powerful and in exchange hopefully easier to configure. +to give them full access to your home directory, and in particular the secret keys stored there. BubbleBox is based on [bubblewrap] and [xdg-dbus-proxy] which do all of the heavy lifting. +The goals of this project are similar to [firejail], but I found firejail's configuration to be extremely hard to maintain and debug. +BubbleBox is meant for people that are comfortable editing its Python source code to adjust it to their needs; +if you are looking for something with a more out-of-the-box experience, try [bubblejail]. + [firejail]: https://firejail.wordpress.com/ [bubblejail]: https://github.com/igo95862/bubblejail [bubblewrap]: https://github.com/containers/bubblewrap