mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-01 03:21:23 -05:00
This lets any client, possibly in a sandbox if it has access to the session helper, spawn a process on the host, outside any sandbox. Clearly this is not something you typically want a sandboxed app to do. However, it is sometimes very useful when using flatpak mainly for distribution. For instance, an IDE needs to use this to launch a flatpak build operation inside the sandbox. (Because otherwise recursive calls to flatpak will not work.)