Title: [287589] trunk/Source/WebKit
- Revision
- 287589
- Author
- [email protected]
- Date
- 2022-01-04 14:14:05 -0800 (Tue, 04 Jan 2022)
Log Message
[iOS][WP] Add telemetry for syscall violations
https://bugs.webkit.org/show_bug.cgi?id=234859
Reviewed by Brent Fulgham.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (287588 => 287589)
--- trunk/Source/WebKit/ChangeLog 2022-01-04 21:58:51 UTC (rev 287588)
+++ trunk/Source/WebKit/ChangeLog 2022-01-04 22:14:05 UTC (rev 287589)
@@ -1,3 +1,12 @@
+2022-01-04 Per Arne Vollan <[email protected]>
+
+ [iOS][WP] Add telemetry for syscall violations
+ https://bugs.webkit.org/show_bug.cgi?id=234859
+
+ Reviewed by Brent Fulgham.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
2022-01-04 Kate Cheney <[email protected]>
CrashTracer: com.apple.WebKit.Networking at com.apple.WebKit: WebKit::ResourceLoadStatisticsDatabaseStore::cookieAccess
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (287588 => 287589)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in 2022-01-04 21:58:51 UTC (rev 287588)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in 2022-01-04 22:14:05 UTC (rev 287589)
@@ -1321,7 +1321,7 @@
SYS_umask))
(when (defined? 'syscall-unix)
- (deny syscall-unix (with send-signal SIGKILL))
+ (deny syscall-unix (with telemetry) (with send-signal SIGKILL))
(allow syscall-unix
(syscall-unix-only-in-use-during-launch)
(syscall-unix-in-use-after-launch))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes