RESOLVED FIXED 180610
[iOS] Don't import 'UIKit-apps.sb' to the WebContent process sandbox
https://bugs.webkit.org/show_bug.cgi?id=180610
Summary [iOS] Don't import 'UIKit-apps.sb' to the WebContent process sandbox
Brent Fulgham
Reported 2017-12-08 15:08:00 PST
Currently the WebContent process sandbox includes the global "UIKit-apps.sb" sandbox. We should just duplicate the contents of that file, and remove things we don't use so that we can decrease the range of things our process has access too. This patch is a first step, which just does a copy/paste of the sandbox rules. There should be no change in function.
Attachments
Patch (22.29 KB, patch)
2017-12-08 15:10 PST, Brent Fulgham
dino: review+
Brent Fulgham
Comment 1 2017-12-08 15:10:22 PST
Brent Fulgham
Comment 2 2017-12-11 13:25:53 PST
Radar WebKit Bug Importer
Comment 3 2017-12-11 13:26:24 PST
Brent Fulgham
Comment 4 2017-12-11 13:26:57 PST
Part of the effort to complete <rdar://problem/18899506>.
Note You need to log in before you can comment on or make changes to this bug.