Bug 203368 - [iOS] Mismatch in com.apple.MediaPlayer.RemotePlayerService declarations
Summary: [iOS] Mismatch in com.apple.MediaPlayer.RemotePlayerService declarations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on: 203352
Blocks:
  Show dependency treegraph
 
Reported: 2019-10-24 09:03 PDT by Brent Fulgham
Modified: 2019-10-24 14:42 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2019-10-24 13:20 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2019-10-24 09:03:01 PDT
The 'common.sb' sandbox allows access to the xpc-service-name "com.apple.MediaPlayer.RemotePlayerService", but we block access to the global-name "com.apple.MediaPlayer.RemoteService". We aren't blocking the right thing.
Comment 1 Radar WebKit Bug Importer 2019-10-24 09:03:22 PDT
<rdar://problem/56581152>
Comment 2 Brent Fulgham 2019-10-24 13:20:39 PDT
Created attachment 381836 [details]
Patch
Comment 3 Brent Fulgham 2019-10-24 13:26:40 PDT
After applying this patch, I can continue to use Safari as 'now playing' app on lock screen. It indeed seems like we were not needing access to this.
Comment 4 Per Arne Vollan 2019-10-24 13:47:35 PDT
Comment on attachment 381836 [details]
Patch

R=me.
Comment 5 WebKit Commit Bot 2019-10-24 14:42:30 PDT
Comment on attachment 381836 [details]
Patch

Clearing flags on attachment: 381836

Committed r251563: <https://trac.webkit.org/changeset/251563>
Comment 6 WebKit Commit Bot 2019-10-24 14:42:32 PDT
All reviewed patches have been landed.  Closing bug.