Bug 219590 - [macOS] Deny mach-lookup to the service 'com.apple.audio.SystemSoundServer-OSX' in the WebContent process
Summary: [macOS] Deny mach-lookup to the service 'com.apple.audio.SystemSoundServer-OS...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-07 01:03 PST by Per Arne Vollan
Modified: 2020-12-07 12:50 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.40 KB, patch)
2020-12-07 01:12 PST, Per Arne Vollan
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (6.69 KB, patch)
2020-12-07 02:59 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!