mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-05 21:41:22 -05: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:
committed by
Simon McVittie
parent
bfafbc1f92
commit
6a783cfcf2
@@ -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