Bug 219590

Summary: [macOS] Deny mach-lookup to the service 'com.apple.audio.SystemSoundServer-OSX' in the WebContent process
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch none

Description Per Arne Vollan 2020-12-07 01:03:28 PST
After r269593, mach-lookup to the service 'com.apple.audio.SystemSoundServer-OSX' in the WebContent process can be denied.
Comment 1 Per Arne Vollan 2020-12-07 01:04:25 PST
<rdar://problem/69019399>
Comment 2 Per Arne Vollan 2020-12-07 01:12:32 PST
Created attachment 415537 [details]
Patch
Comment 3 Per Arne Vollan 2020-12-07 02:59:52 PST
Created attachment 415545 [details]
Patch
Comment 4 Brent Fulgham 2020-12-07 12:34:26 PST
Comment on attachment 415545 [details]
Patch

r=me. Windows failure cannot be related, since it does not use the sandbox and none of this code (or testing) executes on Windows.
Comment 5 EWS 2020-12-07 12:44:03 PST
Committed r270517: <https://trac.webkit.org/changeset/270517>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 415545 [details].
Comment 6 Per Arne Vollan 2020-12-07 12:50:41 PST
Thanks for reviewing!