-
1. Are Electron apps still as bad as they were? From Electron's [documentation](https://www.electronjs.org/docs/latest/tutorial/sandbox):
> Starting from Electron 20, the sandbox is enabled for re…
-
Testing would be appreciated for the [1.0 branch](https://github.com/fosslinux/live-bootstrap/tree/1.0) - of all kinds is great, but particularly;
- `chroot` or `bwrap` mode on a variety of Linux s…
-
### Describe the bug
Related to this old issue: https://github.com/coreos/rpm-ostree/issues/2675
We're including oci-dirs of containers in some custom RPMs, and want to be able to populate a `cont…
-
These work:
`bwrap --dev-bind / / --cap-add ALL -- chroot / sh`
`bwrap --dev-bind / / -- bwrap --dev-bind / / -- sh`
This doesn't:
`bwrap --dev-bind / / --cap-add ALL -- bwrap --dev-bind / / -- sh…
-
```(deck@steamdeck ~)$ flatpak run org.DolphinEmu.dolphin-emu
bwrap: Can't create file at /run/user/1000/discord-ipc-0: No such file or directory
```
zqpvr updated
3 weeks ago
-
### Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [issue tracker](ht…
-
## Problem
Running melange for the first time on a Ubuntu system will often fail.
There are a couple hangups.
1. need to install bubblewrap (`apt-get install bubblewrap`). This actually gives a pret…
-
When running in podman rootless container launched with `--userns=keep-id` alone, `bwrap` refuses to run with following message:
```
bwrap: Unexpected capabilities but not setuid, old file caps con…
-
```
+ /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-bwra…
-
I tried to build steam-snap, but whenever I run it I get this error:
```
Steam now requires user namespaces to be enabled.
This requirement is the same as for Flatpak, which has more detailed
in…