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

Greetings, I have encountered some issues when using bwrap's native overlay options in constrast to fuse-overlayfs, these issues stem from the lack of a lazy unmount option. Bwrap overlayfs upper...

* Use PIPE_READ_END, PIPE_WRITE_END to clarify use of a socketpair Both sockets in the socket pair are technically bidirectional, but we are using them as though they were unidirectional, with...

This avoids leaving dangling references to fds that no longer exist, clarifying ownership. This commit does not cover the socket pairs used to transfer the pid of a descendant process...

Similar to #665, but for the socket pair that communicates privileged operations between the temporary unprivileged child and the privileged parent when we are setuid root. * Use PIPE_READ_END, PIPE_WRITE_END...

The util-linux packages are an official set of programs developed under the Linux organization. They are also preinstalled on pretty much every system as they contain e.g. `agetty`, `login`, and...

Closes: https://github.com/containers/bubblewrap/issues/330

Some applications, like Erlang, call sigaction for SIGCHLD with `sa.sa_action = SIG_IGN`, this causes bwrap never read child process exit status from signalfd. That behavior is explained in the function...

It would be great if Bubblewrap could integrate Landlock for path-based security restrictions inside the sandbox. Currently, Bubblewrap isolates processes using namespaces and mount points, but it lacks a mechanism...

Greetings, I needed this feature (sysfs) for my own use-case and decided to implement it. My goal is to do networking experiments inside of a container, as well as to...

I'm running Telegram binary software under bwrap with limited access to file system. But one in a while I see telegram some how replace my starter desktop file with it's...