mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-29 10:01:18 -05:00
041d3eeb39b5d703259b1ddff88cc5abbae254a1
This allows you do do something like flatpak build-finish --add-policy=subsystem.key=v1 --add-policy=subsystem.key=v2 Which maps to this metadata keys: [Policy subsystem] key=v1;v2; You can also --remove-policy to remove values from a key. The policy values are parsed from the app and runtime metadata, and are overridable by per-app overrides and on the command line, however the values are never used by flatpak. They do end up in the flatpak-info file for the running application though, so external agents can look at them. These
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%
