Bug 189960 - [WPE][GTK] Fix file downloading in sandbox
Summary: [WPE][GTK] Fix file downloading 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:27 PDT by Patrick Griffis
Modified: 2018-10-15 08:08 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:27:03 PDT
Currently the NetworkProcess runs in a sandbox with no filesystem access.

To solve this we need to have the file opening/renaming logic happen in the UI layer
and pass file descriptors over IPC to the NetworkProcess.
Comment 1 Patrick Griffis 2018-10-15 08:08:28 PDT
We've decided to trust the NetworkProcess for now and not sandbox it so this no longer applies.