mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-01 03:21:23 -05:00
32c571ae79daabd1831458165801fb89d4e60fd7
The old location keeps working because we create a symlink. The interesting part of this is that the sandbox now can't modify, remove or replace the file, and it is in a fixed position. This means that given a sandboxed pid, we can find this file as "/proc/$pid/root/.flatpak-info". This is very nice for two reasons: * We can use this instead of the cgroup to find out if a pid is sandboxed or not. This means we can drop the dependency on systemd --user for this. * We can get more information about the peer process that the app id. For instance, we can see what permissions the sandboxed app has.
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%
