mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-18 13:52:53 -04:00
This directory is shared between all instances of the app, as well as the host. In many ways this is similar to the ~/.var/app/$appid directory, but the directory is guaranteed to not be persistent (/run is on tmpfs), local to the host (not NFS), as well as nice support for features like locks and mmap (due to being tmpfs).