Title: [257887] branches/safari-610.1.6-branch/Source/WebKit
Revision
257887
Author
kocsen_ch...@apple.com
Date
2020-03-04 15:28:03 -0800 (Wed, 04 Mar 2020)

Log Message

Cherry-pick r257879. rdar://problem/60057110

    Partially revert r256756, since it introduced bugs related to Accessibility.
    <rdar://problem/60005574>

    Unreviewed partial revert of r256756.

    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
    * WebProcess/com.apple.WebProcess.sb.in:

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

Modified Paths

Diff

Modified: branches/safari-610.1.6-branch/Source/WebKit/ChangeLog (257886 => 257887)


--- branches/safari-610.1.6-branch/Source/WebKit/ChangeLog	2020-03-04 23:27:59 UTC (rev 257886)
+++ branches/safari-610.1.6-branch/Source/WebKit/ChangeLog	2020-03-04 23:28:03 UTC (rev 257887)
@@ -1,5 +1,31 @@
 2020-03-04  Kocsen Chung  <kocsen_ch...@apple.com>
 
+        Cherry-pick r257879. rdar://problem/60057110
+
+    Partially revert r256756, since it introduced bugs related to Accessibility.
+    <rdar://problem/60005574>
+    
+    Unreviewed partial revert of r256756.
+    
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@257879 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-03-04  Per Arne Vollan  <pvol...@apple.com>
+
+            Partially revert r256756, since it introduced bugs related to Accessibility.
+            <rdar://problem/60005574>
+
+            Unreviewed partial revert of r256756.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2020-03-04  Kocsen Chung  <kocsen_ch...@apple.com>
+
         Cherry-pick r257875. rdar://problem/60057110
 
     [Cocoa] Add enable flag to disable direct mode for preferences

Modified: branches/safari-610.1.6-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (257886 => 257887)


--- branches/safari-610.1.6-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-04 23:27:59 UTC (rev 257886)
+++ branches/safari-610.1.6-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-04 23:28:03 UTC (rev 257887)
@@ -536,6 +536,7 @@
 (allow mach-lookup
     (global-name "com.apple.logd")
     (global-name "com.apple.logd.events")
+    (global-name "com.apple.cfprefsd.daemon")
 )
 
 (allow mach-lookup (with report) (with telemetry)

Modified: branches/safari-610.1.6-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (257886 => 257887)


--- branches/safari-610.1.6-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-03-04 23:27:59 UTC (rev 257886)
+++ branches/safari-610.1.6-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-03-04 23:28:03 UTC (rev 257887)
@@ -643,6 +643,7 @@
     (with report) (with telemetry)
 #endif
     (global-name "com.apple.PowerManagement.control")
+    (global-name "com.apple.cfprefsd.daemon")
     (global-name "com.apple.coreservices.launchservicesd")
     (global-name "com.apple.lsd.mapdb")
     (global-name "com.apple.tccd")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to