RESOLVED FIXED 225614
[Cocoa] Extend Network Process sandbox to access more Network Extension databases
https://bugs.webkit.org/show_bug.cgi?id=225614
Summary [Cocoa] Extend Network Process sandbox to access more Network Extension datab...
Brent Fulgham
Reported 2021-05-10 14:32:36 PDT
We don't allow the Network Process to directly memory-map files used by the network extensions feature. We can improve memory performance by allowing the process to mmap these files, rather than forcing a series of XPC operations to build the same database in memory. This has been reviewed by product security and approved.
Attachments
Patch (2.91 KB, patch)
2021-05-10 14:37 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2021-05-10 14:33:46 PDT
Brent Fulgham
Comment 2 2021-05-10 14:37:40 PDT
Per Arne Vollan
Comment 3 2021-05-10 14:52:55 PDT
Comment on attachment 428203 [details] Patch R=me.
EWS
Comment 4 2021-05-10 17:25:33 PDT
Committed r277309 (237570@main): <https://commits.webkit.org/237570@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 428203 [details].
Note You need to log in before you can comment on or make changes to this bug.