Bug 189965
Summary: | [WPE][GTK] Fix file chooser in sandbox | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patrick Griffis <pgriffis> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 189956 |
Patrick Griffis
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Patrick Griffis
We've decided to trust the NetworkProcess for now and not sandbox it so this no longer applies.