mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-27 19:33:06 -04:00
run: Debug-log the final context for an app
This indicates what sandboxing parameters we are going to be using in the end. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
260e4b374b
commit
0101366da4
@@ -3052,6 +3052,7 @@ flatpak_run_app (FlatpakDecomposed *app_ref,
|
||||
flatpak_context_merge (app_context, extra_context);
|
||||
}
|
||||
|
||||
flatpak_context_dump (app_context, "Final context");
|
||||
original_runtime_files = flatpak_deploy_get_files (runtime_deploy);
|
||||
|
||||
if (custom_usr_path != NULL)
|
||||
|
||||
Reference in New Issue
Block a user