From 0101366da4f636a3b1634b99cf04ff5b2f9fe427 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 13 Aug 2024 12:43:03 +0100 Subject: [PATCH] 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 --- common/flatpak-run.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/flatpak-run.c b/common/flatpak-run.c index 4078fd17..c43a5cee 100644 --- a/common/flatpak-run.c +++ b/common/flatpak-run.c @@ -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)