bubblewrap icon indicating copy to clipboard operation
bubblewrap copied to clipboard

Low-level unprivileged sandboxing tool used by Flatpak and similar projects

Results 185 bubblewrap issues
Sort by recently updated
recently updated
newest added

In our use case, we have a full environment defined for a container. We want to define only those and we do want to inherit any environment variable from host....

enhancement

## Rationale `bwrap` is a sandboxing utility, and one usually sandboxes a process to control its access to resources. One of the resources that one might want to control is...

Does this package support the macOS operating system? I have tried running configure and/or autogen, both result in the following: checking for mawk... no checking for nawk... no checking for...

Hello everyone, I'm working on a script that helps me to create bwrap profiles. The script collects all dependencies (files, folders, libraries), environment variables and syscalls from a given command....

``` + /usr/bin/make -O -j48 V=1 VERBOSE=1 check -j1 /usr/bin/make test-bwrap make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/bubblewrap-0.4.0' rm -rf test-bwrap cp bwrap test-bwrap make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/bubblewrap-0.4.0' /usr/bin/make check-TESTS make[1]: Entering directory...

Prompted by flatpak/flatpak#4731, in which a misconfigured SMB automount was failing to be remounted with ENODEV. This would have been easier to debug if we knew which path could not...

In particular, this would have given #371 a clearer error message.

AS_IF is best-practice for Autoconf, because it resolves conditional dependencies correctly; for example, if the first use of PKG_CHECK_MODULES is inside an if/then/fi block, then PKG_CHECK_PKG_CONFIG will also be conditional,...

bubblewrap is becoming a popular sandbox tool, so we need be able to use it inside unprivileged docker to containerize solutions. As you may know `bwrap` works correctly in a...

Hello, I was a bit suprised by the following behaviour and I wondered if this was a WONTFIX or if my surprise was legitimate and improvable. If I use `--dir...