Bug 189960

Summary: [WPE][GTK] Fix file downloading in sandbox
Product: WebKit Reporter: Patrick Griffis <pgriffis>
Component: WebKitGTKAssignee: 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
Reported 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.
Attachments
Patrick Griffis
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.