From 39ba9664fee4753aa51f1db82034cc8d0a2cfff4 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 12 Dec 2022 14:07:27 +0000 Subject: [PATCH] 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 --- common/flatpak-exports.c | 1 + 1 file changed, 1 insertion(+) 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",