Failure of sandboxing
Failure of sandboxing
Posted Apr 18, 2025 6:28 UTC (Fri) by epa (subscriber, #39769)In reply to: Failure of sandboxing by khim
Parent article: Catanzaro: Dangerous arbitrary file read vulnerability in Yelp
(I’d like to see a file open dialogue box that grants permission to a sandboxed app to open that file but no other; similarly for saving.)
Posted Apr 18, 2025 10:11 UTC (Fri)
by ebassi (subscriber, #54855)
[Link]
That's literally the file chooser portal: https://flatpak.github.io/xdg-desktop-portal/docs/doc-org...
Which is what GTK, for instance, uses out of the box with its GtkFileDialog API: https://docs.gtk.org/gtk4/class.FileDialog.html
The file selection dialog runs on the host, and exposes only the user selected file(s) into the sandbox.
Posted Apr 18, 2025 16:45 UTC (Fri)
by vonbrand (subscriber, #4458)
[Link] (1 responses)
Posted Apr 22, 2025 9:22 UTC (Tue)
by epa (subscriber, #39769)
[Link]
Failure of sandboxing
Failure of sandboxing
Failure of sandboxing