Title: [255634] branches/safari-610.1.1-branch/Source/WebKit
Revision
255634
Author
[email protected]
Date
2020-02-03 19:08:46 -0800 (Mon, 03 Feb 2020)

Log Message

Cherry-pick r255428. rdar://problem/58900030

    [iOS] Remove report rule for 'com.apple.runningboard' from the Network and GPU process sandboxes
    https://bugs.webkit.org/show_bug.cgi?id=206980
    <rdar://problem/58900030>

    Reviewed by Maciej Stachowiak.

    Remove the logging now that we have useful backtraces.

    * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
    * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:

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

Modified Paths

Diff

Modified: branches/safari-610.1.1-branch/Source/WebKit/ChangeLog (255633 => 255634)


--- branches/safari-610.1.1-branch/Source/WebKit/ChangeLog	2020-02-04 03:08:44 UTC (rev 255633)
+++ branches/safari-610.1.1-branch/Source/WebKit/ChangeLog	2020-02-04 03:08:46 UTC (rev 255634)
@@ -1,5 +1,35 @@
 2020-02-03  Russell Epstein  <[email protected]>
 
+        Cherry-pick r255428. rdar://problem/58900030
+
+    [iOS] Remove report rule for 'com.apple.runningboard' from the Network and GPU process sandboxes
+    https://bugs.webkit.org/show_bug.cgi?id=206980
+    <rdar://problem/58900030>
+    
+    Reviewed by Maciej Stachowiak.
+    
+    Remove the logging now that we have useful backtraces.
+    
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@255428 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-30  Brent Fulgham  <[email protected]>
+
+            [iOS] Remove report rule for 'com.apple.runningboard' from the Network and GPU process sandboxes
+            https://bugs.webkit.org/show_bug.cgi?id=206980
+            <rdar://problem/58900030>
+
+            Reviewed by Maciej Stachowiak.
+
+            Remove the logging now that we have useful backtraces.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+
+2020-02-03  Russell Epstein  <[email protected]>
+
         Cherry-pick r255385. rdar://problem/58954516
 
     [iPadOS] Select popovers on amazon.com sometimes dismiss immediately after appearing

Modified: branches/safari-610.1.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (255633 => 255634)


--- branches/safari-610.1.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2020-02-04 03:08:44 UTC (rev 255633)
+++ branches/safari-610.1.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2020-02-04 03:08:46 UTC (rev 255634)
@@ -643,8 +643,8 @@
     (deny ipc-posix-sem-create ipc-posix-sem-post ipc-posix-sem-unlink ipc-posix-sem-wait)
     (allow ipc-posix-sem-open))
 
-(allow mach-lookup (with report) (with telemetry)
-    (global-name "com.apple.runningboard"))
+(allow mach-lookup (with telemetry)
+    (global-name "com.apple.runningboard")) ;; Needed by process assertion code (ProcessTaskStateObserver).
 
 (allow system-sched
        (require-entitlement "com.apple.private.kernel.override-cpumon"))

Modified: branches/safari-610.1.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (255633 => 255634)


--- branches/safari-610.1.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2020-02-04 03:08:44 UTC (rev 255633)
+++ branches/safari-610.1.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2020-02-04 03:08:46 UTC (rev 255634)
@@ -429,8 +429,8 @@
 (allow ipc-posix-shm-read*
     (ipc-posix-name-prefix "apple.cfprefs."))
 
-(allow mach-lookup (with report) (with telemetry)
-    (global-name "com.apple.runningboard"))
+(allow mach-lookup (with telemetry)
+    (global-name "com.apple.runningboard")) ;; Needed by process assertion code (ProcessTaskStateObserver).
 
 (allow-multi-instance-xpc-services)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to