Further sandbox auditing has revealed a handful of items that can likely be removed. This patch adds telemetry to confirm this audit finding.
<rdar://problem/71985678>
Created attachment 415458 [details] Patch
Comment on attachment 415458 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=415458&action=review R=me. > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:643 > + (with report) (with telemetry-backtrace) Is a macOS version check needed here? > Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:1297 > + (with report) (with telemetry-backtrace) This may need a macOS version check.
Created attachment 415560 [details] Patch
Comment on attachment 415560 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=415560&action=review R=me. > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:643 > + (with report) (with telemetry-backtrace) Is a macOS version check needed here?
Comment on attachment 415560 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=415560&action=review >> Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:643 >> + (with report) (with telemetry-backtrace) > > Is a macOS version check needed here? No -- this is the iOS sandbox.
commit-queue failed to commit attachment 415560 [details] to WebKit repository.
Created attachment 415575 [details] Patch for landing
Committed r270522: <https://trac.webkit.org/changeset/270522> All reviewed patches have been landed. Closing bug and clearing flags on attachment 415575 [details].