REOPENED Bug 231570
[iOS] Stop including 'util.sb' in the WebContent process' sandbox
https://bugs.webkit.org/show_bug.cgi?id=231570
Summary [iOS] Stop including 'util.sb' in the WebContent process' sandbox
Per Arne Vollan
Reported 2021-10-12 05:47:59 PDT
This is a step towards being able to test-compile the sandbox on Open Source builders.
Attachments
Patch (5.78 KB, patch)
2021-10-12 05:51 PDT, Per Arne Vollan
no flags
Radar WebKit Bug Importer
Comment 1 2021-10-12 05:49:42 PDT
Per Arne Vollan
Comment 2 2021-10-12 05:51:12 PDT
Brent Fulgham
Comment 3 2021-10-12 10:32:32 PDT
Comment on attachment 440922 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440922&action=review > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:-38 > -(import "util.sb") Can any of the other sandboxes use our slimmed-down util.sb?
Per Arne Vollan
Comment 4 2021-10-13 09:32:50 PDT
(In reply to Brent Fulgham from comment #3) > Comment on attachment 440922 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=440922&action=review > > > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:-38 > > -(import "util.sb") > > Can any of the other sandboxes use our slimmed-down util.sb? That is a good point! We're only preprocessing the WP sandbox on iOS. When the other sandboxes are preprocessed as well, we should use the new util.sb there too. Thanks for reviewing!
EWS
Comment 5 2021-10-13 10:00:48 PDT
Committed r284099 (242927@main): <https://commits.webkit.org/242927@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 440922 [details].
WebKit Commit Bot
Comment 6 2021-10-19 14:35:48 PDT
Re-opened since this is blocked by bug 231984
Note You need to log in before you can comment on or make changes to this bug.