Skip to content

Remove filesystem access (use portals)

Felipe Borges requested to merge wip/feborges/no-filesystem-access into master

Boxes can use portals to access files out of the Flatpak sandbox, instead of having permissions to the entirety of the users home folder.

The use of Gtk.FileChooserNative should not introduce regressions for instances of Boxes running in bare metal.

This is a good step towards improving user security/privacy from an application POV.

Merge request reports