Bug 189965 - [WPE][GTK] Fix file chooser in sandbox
Summary: [WPE][GTK] Fix file chooser in sandbox
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 189956
  Show dependency treegraph
 
Reported: 2018-09-25 11:46 PDT by Patrick Griffis
Modified: 2018-10-15 08:09 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Griffis 2018-09-25 11:46:45 PDT
The WebProcess will not have filesystem access to use paths returned by a file chooser.

This can probably be solved by using Flatpak's `document-portal` (which uses fuse to mount files
into the sandbox dynamically) since GTK already has this built in via GtkFileChooserNative.
Comment 1 Patrick Griffis 2018-10-15 08:09:02 PDT
We've decided to trust the NetworkProcess for now and not sandbox it so this no longer applies.