Title: [245542] trunk/Source/WebKit
Revision
245542
Author
[email protected]
Date
2019-05-20 18:09:44 -0700 (Mon, 20 May 2019)

Log Message

[iOS] WebKit crash loop
https://bugs.webkit.org/show_bug.cgi?id=198061
<rdar://problem/50967271>

Reviewed by Brent Fulgham.

A new syscall rule needs to be added to the sandbox on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (245541 => 245542)


--- trunk/Source/WebKit/ChangeLog	2019-05-21 00:12:23 UTC (rev 245541)
+++ trunk/Source/WebKit/ChangeLog	2019-05-21 01:09:44 UTC (rev 245542)
@@ -1,3 +1,15 @@
+2019-05-20  Per Arne Vollan  <[email protected]>
+
+        [iOS] WebKit crash loop
+        https://bugs.webkit.org/show_bug.cgi?id=198061
+        <rdar://problem/50967271>
+
+        Reviewed by Brent Fulgham.
+
+        A new syscall rule needs to be added to the sandbox on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-05-20  Sihui Liu  <[email protected]>
 
         Move Web Storage to Network Process

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (245541 => 245542)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-21 00:12:23 UTC (rev 245541)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-21 01:09:44 UTC (rev 245542)
@@ -608,5 +608,6 @@
         (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>.
         (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257>
         (syscall-number SYS_fsetxattr) ;; <rdar://problem/49795964>
+        (syscall-number SYS_abort_with_payload) ;; <rdar://problem/50967271>
     )
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to