Sergei von Alis
Sergei von Alis
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 config? ``` However,...
Using userspace network stack like slirp4netns as an alternative to sharing network namespace could provide a more secure way to connect sandboxed apps to the internet: - No abstract sockets...
Some apps on Flathub have `--socket=session-bus` and/or `--socket=system-bus`. Some development tools and DBus debuggers, like Bustle, actually need it to be useful, but **in most cases such permissions are overly...
Hello. I was was studying GameMode DBus APIs and got myself confused. What is order of game and caller PID arguments in `*ByPID` methods? The dbus call handler `method_register_game_by_pid()` suggests...
The "**Retrieved on (UTC)**" field could be useful for HTTP API users, who may want to know when the version was released without further crawling the upstream project, if Anytia...
Let's face it: despite high coverage, our tests are a mess. Specifically, per-checker tests require way to much code - an almost full-blown manifest, which is evaluated as a whole,...
Should prevent some of the issue similar to #315.
Observed with [ElectronMail](https://github.com/flathub/com.github.vladimiry.ElectronMail/blob/eb1d8b7470fa7c214bb8bd629c704106e8e3f8ab/com.github.vladimiry.ElectronMail.yaml#L37-L43) flatpak, which has all its flatpak-builder modules in separate files: ``` 2022-05-06T12:53:08.5105460Z INFO src.manifest: Preparing to update appdata /github/workspace/flathub/com.github.vladimiry.ElectronMail/com.github.vladimiry.ElectronMail.metainfo.xml 2022-05-06T12:53:08.5122338Z Traceback (most recent call last): 2022-05-06T12:53:08.5122820Z File...
flatpak-external-data-checker could potentially automate tasks other than external data version bumps (despite the name). Example use-cases (as of now): - Update SDK/runtime branch - Fix/optimize permissions (e.g. flathub/flathub#2180) - Update...
Sometimes a separate update branch may be unwanted, e.g. if the update isn't going through PR workflow, or the workflow needs to be customized. In such case, an option to...