This is a step towards being able to test-compile the sandbox on Open Source builders.
<rdar://problem/84143956>
Created attachment 440922 [details] Patch
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?
(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!
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].
Re-opened since this is blocked by bug 231984