Title: [288711] trunk/Source/WebKit
Revision
288711
Author
[email protected]
Date
2022-01-27 16:42:42 -0800 (Thu, 27 Jan 2022)

Log Message

[iOS][macOS] Removed unneeded telemetry
https://bugs.webkit.org/show_bug.cgi?id=235742

Reviewed by Darin Adler.

Remove some telemetry we have sufficient data for.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (288710 => 288711)


--- trunk/Source/WebKit/ChangeLog	2022-01-28 00:24:20 UTC (rev 288710)
+++ trunk/Source/WebKit/ChangeLog	2022-01-28 00:42:42 UTC (rev 288711)
@@ -1,3 +1,15 @@
+2022-01-27  Per Arne Vollan  <[email protected]>
+
+        [iOS][macOS] Removed unneeded telemetry
+        https://bugs.webkit.org/show_bug.cgi?id=235742
+
+        Reviewed by Darin Adler.
+
+        Remove some telemetry we have sufficient data for.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2022-01-27  Michael Saboff  <[email protected]>
 
         com.apple.WebKit.WebAuthn.xpc fails to build with system content path

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (288710 => 288711)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-01-28 00:24:20 UTC (rev 288710)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-01-28 00:42:42 UTC (rev 288711)
@@ -1372,7 +1372,7 @@
     (allow system-fcntl
         (fcntl-command
             F_GETPATH)) ;; used by dyld4 and CGFontURLCreate, getcwd (at least)
-    (allow system-fcntl (with report) (with telemetry)
+    (allow system-fcntl
         (fcntl-command
             F_BARRIERFSYNC
             F_GETCONFINED
@@ -1407,7 +1407,7 @@
     (with-filter (state-flag "AppCacheDisabled")
         (allow system-fcntl (with report) (with telemetry) (appcache-fcntl-commands)))
 #else
-    (allow system-fcntl (with report) (with telemetry) (appcache-fcntl-commands))
+    (allow system-fcntl (appcache-fcntl-commands))
 #endif
 
     (allow system-fcntl

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (288710 => 288711)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-01-28 00:24:20 UTC (rev 288710)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-01-28 00:42:42 UTC (rev 288711)
@@ -1820,7 +1820,7 @@
      (allow system-fcntl
         (fcntl-command
             F_GETPATH)) ;; used by dyld4 and CGFontURLCreate, getcwd (at least)
-    (allow system-fcntl (with report) (with telemetry)
+    (allow system-fcntl
        (fcntl-command
             F_BARRIERFSYNC
             F_GETCONFINED
@@ -1857,7 +1857,7 @@
     (with-filter (state-flag "AppCacheDisabled")
         (allow system-fcntl (with report) (with telemetry) (appcache-fcntl-commands)))
 #else
-    (allow system-fcntl (with report) (with telemetry) (appcache-fcntl-commands))
+    (allow system-fcntl (appcache-fcntl-commands))
 #endif
 
     (allow system-fcntl
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to