bubblewrap
bubblewrap copied to clipboard
Low-level unprivileged sandboxing tool used by Flatpak and similar projects
`bubblewrap` creates namespaces without special privileges, but it can only create new ones. In order to enter those namespaces, `nsenter` should be run with `CAP_SYS_ADMIN`. In the GNOME launcher we...
Hi, I cannot execute any commands with ```bwrap```. I have the following error message on Debian. ```sh $ bwrap --help bwrap: prctl(PR_SET_NO_NEW_CAPS) failed: Invalid argument ```
Is there a reason the the (seemingly) overlapping functionality of bubblewrap to the Google nsjails project?
Running bubblewrap through the static code analytics tool sonarqube revealed some areas that need a closer look: https://sonarcloud.io/dashboard?id=noppnopp_bubblewrap If I am not mistaken, the "vulnerabilities" listed regarding strcpy and strcat...
On systems which strictly use noexec flag for filesystems, creating new, arbitrary ones with exec flag means apps in sandbox will have more privileges than they would have on host....
This repository currently uses [PAPR](https://github.com/projectatomic/papr/) which is in the process of being decomissioned. There is no one successor to PAPR; Github has a powerful pluggable API for CI, and you...
If I try to mount a encfs folder inside bwrap, I get the error: ```fuse: device not found, try 'modprobe fuse' first``` The fuse module is loaded, and encfs works...
Running the example in the README yields: ``` $ bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid bash bwrap: execvp bash: No such file or directory...
I've received this bug report in Debian: . The rest of this issue report is quoting Guilhem Moulin. --- I noticed that bubblewrap refuses to create a new user namespace...
So, I've been using bubblewrap to isolate environments and I've been using the "--dev" option to populate /dev in the mount namespace. Unfortunately I can't enter the created namespaces with...