RESOLVED FIXED 233203
Add syscall telemetry in the Networking process
https://bugs.webkit.org/show_bug.cgi?id=233203
Summary Add syscall telemetry in the Networking process
Per Arne Vollan
Reported 2021-11-16 10:50:00 PST
Add syscall telemetry in the Networking process on macOS and iOS.
Attachments
Patch (4.99 KB, patch)
2021-11-16 10:51 PST, Per Arne Vollan
no flags
Patch (6.88 KB, patch)
2021-11-17 08:02 PST, Per Arne Vollan
bfulgham: review+
Patch (6.96 KB, patch)
2021-11-18 14:19 PST, Per Arne Vollan
no flags
Per Arne Vollan
Comment 1 2021-11-16 10:51:46 PST
Radar WebKit Bug Importer
Comment 2 2021-11-17 07:58:26 PST
Per Arne Vollan
Comment 3 2021-11-17 08:02:07 PST
Brent Fulgham
Comment 4 2021-11-17 13:48:21 PST
Comment on attachment 444522 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=444522&action=review > Source/WebKit/Scripts/process-entitlements.sh:329 > + plistbuddy Add :com.apple.private.security.message-filter bool YES Did you intend to add this entitlement to the GPU Process in this patch?
Per Arne Vollan
Comment 5 2021-11-17 18:26:13 PST
(In reply to Brent Fulgham from comment #4) > Comment on attachment 444522 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=444522&action=review > > > Source/WebKit/Scripts/process-entitlements.sh:329 > > + plistbuddy Add :com.apple.private.security.message-filter bool YES > > Did you intend to add this entitlement to the GPU Process in this patch? Yes, the GPU process' sandbox already has the filter, but is missing the entitlement. Thanks for reviewing!
Per Arne Vollan
Comment 6 2021-11-18 14:19:01 PST
EWS
Comment 7 2021-11-18 15:02:06 PST
Committed r286032 (244420@main): <https://commits.webkit.org/244420@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 444735 [details].
Note You need to log in before you can comment on or make changes to this bug.