Files
flatpak/common
Sebastian Wick 2ed87aff36 run: Add (ro-)bind fds to flatpak_run_app
The flatpak portal allows apps to expose files and folders from within
the sandbox to a side-sandbox using flatpak-spawn. So far it has used
the --filesystem option to mount those files and folders, but it takes a
path. Paths are inherently racy and they allow the app to swap out any
component of the path with a symlink after handing it off. If they win
the race, flatpak will mount a completely different directory.

This adds a new way to mount files and directories based on O_PATH
file descriptor that needs to provided when execing the flatpak binary.
2026-04-07 16:17:51 -04:00
..
2026-04-07 16:17:51 -04:00
2026-01-21 17:58:19 +00:00
2026-01-21 17:58:19 +00:00
2026-01-05 21:16:15 +05:30
2026-04-07 16:17:51 -04:00