mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 06:47:19 -04:00
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:
@@ -56,6 +56,8 @@ const char *dont_export_in[] = {
|
||||
"/dev",
|
||||
"/etc",
|
||||
"/proc",
|
||||
"/run/flatpak",
|
||||
"/run/host",
|
||||
"/usr",
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user