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

I changed my `$HOME/Music` directory to a symlink pointing to an external drive, and afterwards bwrap aborted a [flatpak launch](https://github.com/flathub/com.valvesoftware.Steam/issues/985) with this error: bwrap: Can't make symlink at /home/klaatu/Music: File...

``` bubblewrap.c: " --pidns FD Use this user namespace (as parent namespace if using --unshare-pid)\n" ``` But `--unshare-pid` says: ``` bubblewrap.c: " --unshare-pid Create new pid namespace\n" ``` The help...

Hi, I'm using bubblewrap to run several hundreds of thousands of untrusted programming contest submissions. However, after some time I get `Can't mount devpts on /newroot/dev/pts: Too many open files`,...

Hello, I've been playing around with bubblewrap, and something that tripped me up is when I ran a program in `bwrap` with `--die-with-parent` that spawned one or more sub-processes, those...

I do run a dozen Gentoo linux build boxes, each in a bubblewrapped environment. It would be cool to have syslog messages to /var/log/messages being prefixed if the process runs...

I'm not using `bwrap` as a sandbox, but rather just to bind mount some paths. In that context I was hoping I could run `strace -p [pid of a process...

Program running in sandbox is not getting SIGWINCH events (this can be verified easily by doing "strace cat"). It seems to me that forwarding this signal would be quite useful...

Adds an command line switch to optionally pass SIGINT and SIGTERM to the sandboxed process to handle. Builds on the work done in #402 . Fixes #369 Fixes #573

Solves three issues I ran into when executing autogen.sh on my system. First, pkg-config is in a non-standard location, so I had to copy pkg.m4 into m4. Note this file...

This option creates a new process group for the child process and if there's a controlling terminal, makes the new process group the foreground process group of the controlling terminal....