RESOLVED INVALID 189960
[WPE][GTK] Fix file downloading in sandbox
https://bugs.webkit.org/show_bug.cgi?id=189960
Summary [WPE][GTK] Fix file downloading in sandbox
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.