summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-12-12 14:07:27 +0000
committerSimon McVittie <smcv@debian.org>2023-01-12 15:13:34 +0000
commitff1f8fc1fac0638c788a5104e83d0d22e04ab996 (patch)
tree954435d2e7fe711d820a8a570c0ead084856e1a9
parent6a783cfcf2b6531bb3ebd06464bb3ffa5b4a52f0 (diff)
downloadflatpak-ff1f8fc1fac0638c788a5104e83d0d22e04ab996.tar.gz
exports: Never try to export /.flatpak-info
Just for completeness, in practice the host system will not have this. Helps: https://github.com/flatpak/flatpak/issues/5205 Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--common/flatpak-exports.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/flatpak-exports.c b/common/flatpak-exports.c
index c081bd5d..b405dfd6 100644
--- a/common/flatpak-exports.c
+++ b/common/flatpak-exports.c
@@ -52,6 +52,7 @@
flatpak_abs_usrmerged_dirs get the same treatment without having to be listed
here. */
const char *dont_export_in[] = {
+ "/.flatpak-info",
"/app",
"/dev",
"/etc",