Title: [256848] branches/safari-610.1.4-branch/Source/WebKit
Revision
256848
Author
alanc...@apple.com
Date
2020-02-18 12:06:23 -0800 (Tue, 18 Feb 2020)

Log Message

Cherry-pick r256740. rdar://problem/59527003

    [iOS] Add telemetry with backtrace for specific rules
    https://bugs.webkit.org/show_bug.cgi?id=207494

    Reviewed by Brent Fulgham.

    For specific sandbox mach lookup rules in the WebContent process, add telemetry with backtrace.

    No new tests, no behavior change.

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

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

Modified Paths

Diff

Modified: branches/safari-610.1.4-branch/Source/WebKit/ChangeLog (256847 => 256848)


--- branches/safari-610.1.4-branch/Source/WebKit/ChangeLog	2020-02-18 20:01:21 UTC (rev 256847)
+++ branches/safari-610.1.4-branch/Source/WebKit/ChangeLog	2020-02-18 20:06:23 UTC (rev 256848)
@@ -1,3 +1,35 @@
+2020-02-18  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r256740. rdar://problem/59527003
+
+    [iOS] Add telemetry with backtrace for specific rules
+    https://bugs.webkit.org/show_bug.cgi?id=207494
+    
+    Reviewed by Brent Fulgham.
+    
+    For specific sandbox mach lookup rules in the WebContent process, add telemetry with backtrace.
+    
+    No new tests, no behavior change.
+    
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@256740 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-02-17  Per Arne Vollan  <pvol...@apple.com>
+
+            [iOS] Add telemetry with backtrace for specific rules
+            https://bugs.webkit.org/show_bug.cgi?id=207494
+
+            Reviewed by Brent Fulgham.
+
+            For specific sandbox mach lookup rules in the WebContent process, add telemetry with backtrace.
+
+            No new tests, no behavior change.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-02-15  Pavel Feldman  <pavel.feld...@gmail.com>
 
         [Geoclue] Avoid usage of provider in callbacks after it has been destroyed

Modified: branches/safari-610.1.4-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (256847 => 256848)


--- branches/safari-610.1.4-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-02-18 20:01:21 UTC (rev 256847)
+++ branches/safari-610.1.4-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-02-18 20:06:23 UTC (rev 256848)
@@ -115,7 +115,7 @@
         (allow file-read* asset-access-filter)
         (if (memq 'with-media-playback options)
             (play-media asset-access-filter))
-        (allow mach-lookup (with report) (with telemetry)
+        (allow mach-lookup (with telemetry-backtrace) (with telemetry)
                (global-name "com.apple.mobileassetd" "com.apple.mobileassetd.v2"))
         (mobile-preferences-read "com.apple.MobileAsset")))
 
@@ -353,7 +353,7 @@
         "com.apple.mt"
         "com.apple.preferences.sounds")
 
-    (allow mach-lookup (with report) (with telemetry)
+    (allow mach-lookup (with telemetry-backtrace) (with telemetry)
         (global-name "com.apple.frontboard.systemappservices")                 ; -[UIViewServiceInterface _createProcessAssertion] -> SBSProcessIDForDisplayIdentifier()
     )
 
@@ -544,7 +544,7 @@
 (allow ipc-posix-shm-read*
        (ipc-posix-name-prefix "apple.cfprefs."))
  
-(allow mach-lookup (with report) (with telemetry)
+(allow mach-lookup (with telemetry-backtrace) (with telemetry)
     (global-name "com.apple.lsd.open")
     (global-name "com.apple.lsd.mapdb"))
 
@@ -669,7 +669,7 @@
 ;; <rdar://problem/7344719&26323449> LaunchServices app icons
 (allow file-read*
     (well-known-system-group-container-subpath "/systemgroup.com.apple.lsd.iconscache"))
-(allow mach-lookup (with report) (with telemetry)
+(allow mach-lookup (with telemetry-backtrace) (with telemetry)
     (xpc-service-name "com.apple.iconservices")
     (global-name "com.apple.iconservices"))
 
@@ -828,7 +828,7 @@
 (allow mach-lookup
        (global-name "com.apple.webinspector"))
 
-(allow mach-lookup (with report) (with telemetry)
+(allow mach-lookup (with telemetry-backtrace) (with telemetry)
     (global-name "com.apple.PowerManagement.control"))
 
 (deny file-write-create (vnode-type SYMLINK))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to