Sebastian Wick
Sebastian Wick
> The thing that the Flatpak maintainers need the time/attention for is coming to a consensus on the decision between these options Okay. Do you have any reason to not...
This grew quite a bit. Always hard to not give in the urge to refactor everything. There are still a few problems, but this has portals using requests and sessions,...
Rebased and made it reviewable. Still a few things to fix, but almost there.
[#flatpak:matrix.org](https://matrix.to/#/#flatpak:matrix.org) and sorry, I don't really understand the question.
Not a huge fan of the change. Currently it's possible to get all the data dirs by iterating over a single directory. With the change one has to iterate over...
@chergert Can we get a test which makes use of all the mounts etc that builder/foundry/other gnome build tooling uses? I'd rather we not repeat the same mistake. In general...
Trying to get ready for a release, which is why this is taking some time.
I'm very skeptical about bind mounting any libraries from the host into the sandbox. Extensions work because they are built against the runtime. If `libnss_malcontent` and the corresponding configuration was...
There is no guarantee that the runtime libc is glibc for example. We have compat extensions for i386 which might not even be a thing on the host. There are...
If this was just the blocklist then I would be happy to merge this and get it into 1.18 but exposing code from the host to the sandbox is just...