Title: [234231] branches/safari-606-branch/Source/WebKit
Revision
234231
Author
[email protected]
Date
2018-07-26 00:14:12 -0700 (Thu, 26 Jul 2018)

Log Message

Cherry-pick r234054. rdar://problem/42451625

    [macOS] Relax WebKit sandbox to permit proper App Store behavior
    https://bugs.webkit.org/show_bug.cgi?id=187831
    <rdar://problem/42047455>

    Reviewed by Alexey Proskuryakov.

    The Mac App Store is unable to perform some gift card redemption tasks on macOS due to missing sandbox permissions.
    This patch adds those permissions.

    * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:

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

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebKit/ChangeLog (234230 => 234231)


--- branches/safari-606-branch/Source/WebKit/ChangeLog	2018-07-26 07:14:09 UTC (rev 234230)
+++ branches/safari-606-branch/Source/WebKit/ChangeLog	2018-07-26 07:14:12 UTC (rev 234231)
@@ -1,5 +1,36 @@
 2018-07-25  Babak Shafiei  <[email protected]>
 
+        Cherry-pick r234054. rdar://problem/42451625
+
+    [macOS] Relax WebKit sandbox to permit proper App Store behavior
+    https://bugs.webkit.org/show_bug.cgi?id=187831
+    <rdar://problem/42047455>
+    
+    Reviewed by Alexey Proskuryakov.
+    
+    The Mac App Store is unable to perform some gift card redemption tasks on macOS due to missing sandbox permissions.
+    This patch adds those permissions.
+    
+    * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234054 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-07-20  Brent Fulgham  <[email protected]>
+
+            [macOS] Relax WebKit sandbox to permit proper App Store behavior
+            https://bugs.webkit.org/show_bug.cgi?id=187831
+            <rdar://problem/42047455>
+
+            Reviewed by Alexey Proskuryakov.
+
+            The Mac App Store is unable to perform some gift card redemption tasks on macOS due to missing sandbox permissions.
+            This patch adds those permissions.
+
+            * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+
+2018-07-25  Babak Shafiei  <[email protected]>
+
         Cherry-pick r234023. rdar://problem/42451655
 
     Null pointer dereference under WebPage::autofillLoginCredentials()

Modified: branches/safari-606-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (234230 => 234231)


--- branches/safari-606-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2018-07-26 07:14:09 UTC (rev 234230)
+++ branches/safari-606-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2018-07-26 07:14:12 UTC (rev 234231)
@@ -367,6 +367,7 @@
 ;; Various services required by AppKit and other frameworks
 (allow mach-lookup
     (global-name "com.apple.audio.AudioComponentRegistrar")
+    (global-name "com.apple.assertiond.processassertionconnection")
     (global-name "com.apple.CoreServices.coreservicesd")
     (global-name "com.apple.DiskArbitration.diskarbitrationd")
     (global-name "com.apple.FileCoordination")
@@ -391,6 +392,7 @@
     (global-name "com.apple.ocspd")
     (global-name "com.apple.pasteboard.1")
     (global-name "com.apple.pbs.fetch_services")
+    (global-name "com.apple.tccd")
     (global-name "com.apple.tccd.system")
     (global-name "com.apple.tsm.uiserver")
     (global-name "com.apple.window_proxies")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to