exports: Never try to export paths below /run/flatpak or /run/host

These directories are reserved for Flatpak's own use.

Helps: https://github.com/flatpak/flatpak/issues/5205
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2022-12-12 13:58:24 +00:00
committed by Simon McVittie
parent bfafbc1f92
commit 6a783cfcf2

View File

@@ -56,6 +56,8 @@ const char *dont_export_in[] = {
"/dev",
"/etc",
"/proc",
"/run/flatpak",
"/run/host",
"/usr",
NULL
};