flatpak: Don't propagate $TZDIR into sandbox (#343704)

This commit is contained in:
h7x4
2024-10-01 19:32:32 +02:00
committed by GitHub
+2 -2
View File
@@ -1,12 +1,12 @@
diff --git a/common/flatpak-run.c b/common/flatpak-run.c
index e3f031d4..ed131c0b 100644
--- a/common/flatpak-run.c
+++ b/common/flatpak-run.c
@@ -571,6 +571,7 @@ static const ExportData default_exports[] = {
@@ -571,6 +571,8 @@ static const ExportData default_exports[] = {
{"XKB_CONFIG_ROOT", NULL},
{"GIO_EXTRA_MODULES", NULL},
{"GDK_BACKEND", NULL},
+ {"GDK_PIXBUF_MODULE_FILE", NULL},
+ {"TZDIR", NULL},
{"VK_ADD_DRIVER_FILES", NULL},
{"VK_ADD_LAYER_PATH", NULL},
{"VK_DRIVER_FILES", NULL},