mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-29 18:11:22 -05:00
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