This package browser is in early development. Mind the rough edges.

bubblewrap

Unprivileged sandboxing tool

Bubblewrap is aimed at running applications in a sandbox, restricting their access to parts of the operating system or user data such as the home directory. Bubblewrap always creates a new mount namespace, and the user can specify exactly what parts of the file system should be made visible in the sandbox. These directories are mounted with the nodev option by default and can be made read-only.

Installation

Install the latest version of bubblewrap as follows:

guix install bubblewrap

Or install a particular version:

guix install bubblewrap@0.10.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/bubblewrap/'><img src='http://127.0.0.1:3000/packages/bubblewrap/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/bubblewrap/badges/latest-version.svg)](http://127.0.0.1:3000/packages/bubblewrap/)
Org: [[http://127.0.0.1:3000/packages/bubblewrap/][http://127.0.0.1:3000/packages/bubblewrap/badges/latest-version.svg]]