Sebastian Wick
Sebastian Wick
Running pkexec should work like sudo inside a toolbox but instead it fails: ```` ⬢[swick@toolbox ~]$ pkexec test Error getting authority: Error initializing authority: Exhausted all available authentication mechanisms (tried:...
The Container1 interface proposed in https://github.com/dbus2/busd/issues/34 makes it possible to create new sockets which uniquely identify a container app instance. The only difference to the main socket is that connections...
### 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](https://www.github.com/flatpak/flatpak/issues) for a feature request that...
This takes the idea of https://github.com/flatpak/flatpak/pull/5708 but takes it a bit further. In the code the device enum is untouched but a hashtable of conditions under which a device permission...
dbus will hopefully enable the org.freedesktop.DBus.Containers1 interface in the next release. This does the authentication part but no ACL, so the xdg-dbus-proxy still has to remain for now. I will...
This is a continuation of https://github.com/flatpak/xdg-desktop-portal/pull/1366. This moves the app info kind specific code to subclasses, the pid mapping stuff to utils and reduces the scope of XdpAppInfo.
This is a continuation of https://github.com/flatpak/xdg-desktop-portal/pull/1369.
To handle those details at the right place (flatpak-run-wayland.c), we pass if the wayland socket is allowed to flatpak_run_add_wayland_args and handle it there instead of in the caller. Closes #3948
This is based on work by Kalev, taking over the PR: https://github.com/flatpak/flatpak/pull/5832 The configuration format and priority has been changed. Tests have been added. This version is already in use...
See commits