Title: [259758] trunk/Source/WebKit
- Revision
- 259758
- Author
- [email protected]
- Date
- 2020-04-08 14:50:26 -0700 (Wed, 08 Apr 2020)
Log Message
Allow use of syscall from the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=209920
Reviewed by Geoffrey Garen.
Add syscall to the WebContent sandbox on macOS.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (259757 => 259758)
--- trunk/Source/WebKit/ChangeLog 2020-04-08 21:41:32 UTC (rev 259757)
+++ trunk/Source/WebKit/ChangeLog 2020-04-08 21:50:26 UTC (rev 259758)
@@ -1,5 +1,16 @@
2020-04-08 Per Arne Vollan <[email protected]>
+ Allow use of syscall from the WebContent sandbox
+ https://bugs.webkit.org/show_bug.cgi?id=209920
+
+ Reviewed by Geoffrey Garen.
+
+ Add syscall to the WebContent sandbox on macOS.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+2020-04-08 Per Arne Vollan <[email protected]>
+
[macOS] Crash under WebKit::SandboxExtension::consume
https://bugs.webkit.org/show_bug.cgi?id=210188
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (259757 => 259758)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-04-08 21:41:32 UTC (rev 259757)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-04-08 21:50:26 UTC (rev 259758)
@@ -1084,5 +1084,6 @@
(syscall-number SYS_objc_bp_assist_cfg_np) ;; <rdar://problem/55924791>
#endif
(syscall-number SYS_fstat64_extended) ;; <rdar://problem/61310019>
+ (syscall-number SYS_ulock_wait2) ;; <rdar://problem/58743778>
)
)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes