WebKit Bugzilla
Attachment 361944 Details for
Bug 194616
: [iOS] Fix sandbox violation during media playback
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194616-20190213151450.patch (text/plain), 1.51 KB, created by
Per Arne Vollan
on 2019-02-13 15:14:51 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-02-13 15:14:51 PST
Size:
1.51 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 241481) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-02-13 Per Arne Vollan <pvollan@apple.com> >+ >+ [iOS] Fix sandbox violation during media playback >+ https://bugs.webkit.org/show_bug.cgi?id=194616 >+ <rdar://problem/48049264> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Mach lookup to "com.apple.coremedia.figcontentkeysession.xpc" should be allowed. >+ >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ > 2019-02-13 Tim Horton <timothy_horton@apple.com> > > Encrypted PDFs inside <embed> or <object> crash the Web Content process >Index: Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >=================================================================== >--- Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (revision 241445) >+++ Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (working copy) >@@ -502,7 +502,6 @@ > (global-name "com.apple.coremedia.compressionsession") > (global-name "com.apple.coremedia.endpointplaybacksession.xpc") > (global-name "com.apple.coremedia.endpointremotecontrolsession.xpc") >- (global-name "com.apple.coremedia.figcontentkeysession.xpc") > (global-name "com.apple.coremedia.remotequeue") > (global-name "com.apple.coremedia.sandboxserver") > (global-name "com.apple.coremedia.videocompositor")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194616
: 361944