Title: [285504] trunk/Source/WebKit
Revision
285504
Author
bfulg...@apple.com
Date
2021-11-09 09:51:49 -0800 (Tue, 09 Nov 2021)

Log Message

Reduce telemetry for well-understood sandbox rules
https://bugs.webkit.org/show_bug.cgi?id=232885
<rdar://problem/84950269>

Reviewed by Per Arne Vollan.

Now that we have telemetry showing the use case for this syscall, remove the telemetry.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (285503 => 285504)


--- trunk/Source/WebKit/ChangeLog	2021-11-09 17:49:37 UTC (rev 285503)
+++ trunk/Source/WebKit/ChangeLog	2021-11-09 17:51:49 UTC (rev 285504)
@@ -1,3 +1,15 @@
+2021-11-09  Brent Fulgham  <bfulg...@apple.com>
+
+        Reduce telemetry for well-understood sandbox rules
+        https://bugs.webkit.org/show_bug.cgi?id=232885
+        <rdar://problem/84950269>
+
+        Reviewed by Per Arne Vollan.
+
+        Now that we have telemetry showing the use case for this syscall, remove the telemetry.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2021-11-09  Chris Dumez  <cdu...@apple.com>
 
         New spec: Block external protocol handler in sandboxed frames

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-11-09 17:49:37 UTC (rev 285503)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-11-09 17:51:49 UTC (rev 285504)
@@ -1261,6 +1261,7 @@
         (syscall-number SYS_mprotect)
         (syscall-number SYS_msync)
         (syscall-number SYS_munmap)
+        (syscall-number SYS_objc_bp_assist_cfg_np)
         (syscall-number SYS_os_fault_with_payload)
         (syscall-number SYS_pathconf)
         (syscall-number SYS_pread)
@@ -1288,9 +1289,6 @@
         (syscall-number SYS_workq_kernreturn)
         (syscall-number SYS_workq_open))
 
-    (allow syscall-unix (with telemetry)
-        (syscall-number SYS_objc_bp_assist_cfg_np))
-
     (allow syscall-unix (with telemetry-backtrace)
         (syscall-number SYS___pthread_kill)
         (syscall-number SYS___pthread_markcancel)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to