nixpkgs/pkgs/development/libraries/flatpak/unset-env-vars.patch
seth db9b566c4f
flatpak: 1.14.2 -> 1.14.4
this release fixes two CVEs (CVE-2023-28101 and CVE-2023-28100), as well
as bringing in bug fixes from 1.14.3.
2023-04-09 16:21:21 -04:00

13 lines
396 B
Diff

diff --git a/common/flatpak-run.c b/common/flatpak-run.c
index 8fa8c0e0..e1cdeba0 100644
--- a/common/flatpak-run.c
+++ b/common/flatpak-run.c
@@ -1900,6 +1900,7 @@ static const ExportData default_exports[] = {
{"XKB_CONFIG_ROOT", NULL},
{"GIO_EXTRA_MODULES", NULL},
{"GDK_BACKEND", NULL},
+ {"GDK_PIXBUF_MODULE_FILE", NULL},
};
static const ExportData no_ld_so_cache_exports[] = {