Title: [245599] trunk/Source/WebKit
- Revision
- 245599
- Author
- [email protected]
- Date
- 2019-05-21 16:30:48 -0700 (Tue, 21 May 2019)
Log Message
Sandbox violation is making the WebContent process crash
https://bugs.webkit.org/show_bug.cgi?id=198089
<rdar://problem/50999499>
Reviewed by Brent Fulgham.
A new syscall rule needs to be added to the sandbox on iOS and macOS.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (245598 => 245599)
--- trunk/Source/WebKit/ChangeLog 2019-05-21 23:20:49 UTC (rev 245598)
+++ trunk/Source/WebKit/ChangeLog 2019-05-21 23:30:48 UTC (rev 245599)
@@ -1,3 +1,16 @@
+2019-05-21 Per Arne Vollan <[email protected]>
+
+ Sandbox violation is making the WebContent process crash
+ https://bugs.webkit.org/show_bug.cgi?id=198089
+ <rdar://problem/50999499>
+
+ Reviewed by Brent Fulgham.
+
+ A new syscall rule needs to be added to the sandbox on iOS and macOS.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2019-05-21 Alex Christensen <[email protected]>
Mark WKUIDelegate webView:shouldPreviewElement: and webView:previewingViewControllerForElement:defaultActions: as deprecated
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (245598 => 245599)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-05-21 23:20:49 UTC (rev 245598)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-05-21 23:30:48 UTC (rev 245599)
@@ -609,5 +609,6 @@
(syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257>
(syscall-number SYS_fsetxattr) ;; <rdar://problem/49795964>
(syscall-number SYS_abort_with_payload) ;; <rdar://problem/50967271>
+ (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499>
)
)
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (245598 => 245599)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-05-21 23:20:49 UTC (rev 245598)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-05-21 23:30:48 UTC (rev 245599)
@@ -998,6 +998,7 @@
(syscall-number SYS_workq_open)
(syscall-number SYS_getgroups)
(syscall-number SYS_fgetattrlist) ;; <rdar://problem/50931110>
+ (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499>
)
)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes