mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 06:47:19 -04:00
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>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user