Title: [231793] branches/safari-606.1.17-branch/Source/WebKit
Revision
231793
Author
[email protected]
Date
2018-05-15 01:07:02 -0700 (Tue, 15 May 2018)

Log Message

Cherry-pick r231702. rdar://problem/40038478

    REGRESSION(r231057): Encrypted media content playback failures
    https://bugs.webkit.org/show_bug.cgi?id=185537
    <rdar://problem/40038478>

    Reviewed by Eric Carlson.

    Put access to the SecurityServer back in the sandbox so we can validate the
    signatures of media encoder/decoders.

    * WebProcess/com.apple.WebProcess.sb.in:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231702 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606.1.17-branch/Source/WebKit/ChangeLog (231792 => 231793)


--- branches/safari-606.1.17-branch/Source/WebKit/ChangeLog	2018-05-15 08:07:00 UTC (rev 231792)
+++ branches/safari-606.1.17-branch/Source/WebKit/ChangeLog	2018-05-15 08:07:02 UTC (rev 231793)
@@ -1,5 +1,35 @@
 2018-05-15  Babak Shafiei  <[email protected]>
 
+        Cherry-pick r231702. rdar://problem/40038478
+
+    REGRESSION(r231057): Encrypted media content playback failures
+    https://bugs.webkit.org/show_bug.cgi?id=185537
+    <rdar://problem/40038478>
+    
+    Reviewed by Eric Carlson.
+    
+    Put access to the SecurityServer back in the sandbox so we can validate the
+    signatures of media encoder/decoders.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231702 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-05-10  Brent Fulgham  <[email protected]>
+
+            REGRESSION(r231057): Encrypted media content playback failures
+            https://bugs.webkit.org/show_bug.cgi?id=185537
+            <rdar://problem/40038478>
+
+            Reviewed by Eric Carlson.
+
+            Put access to the SecurityServer back in the sandbox so we can validate the
+            signatures of media encoder/decoders.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2018-05-15  Babak Shafiei  <[email protected]>
+
         Cherry-pick r231676. rdar://problem/40038038
 
     [iOS] Release page load process assertion if the screen is locked

Modified: branches/safari-606.1.17-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (231792 => 231793)


--- branches/safari-606.1.17-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-15 08:07:00 UTC (rev 231792)
+++ branches/safari-606.1.17-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-15 08:07:02 UTC (rev 231793)
@@ -601,6 +601,10 @@
        (global-name "com.apple.xpcd")
 )
 
+;; Needed to support encrypted media playback <rdar://problem/40038478>
+(allow mach-lookup
+    (global-name "com.apple.SecurityServer"))
+
 (allow file-read* file-write* (subpath "/private/var/db/mds/system")) ;; FIXME: This should be removed when <rdar://problem/9538414> is fixed.
 
 (allow file-read*
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to