mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-01 03:21:23 -05:00
c8df0e6208e96e2743aa63a824d2ea7d19ce4cde
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.)
Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.
See http://flatpak.org/ for more information.
Read documentation for the flatpak commandline tools and for the libflatpak library API.
Description
Languages
C
91.1%
Shell
5.1%
Python
1.8%
Meson
1.1%
Yacc
0.8%
