Title: [243399] tags/Safari-608.1.13/Source/WebKit
- Revision
- 243399
- Author
- [email protected]
- Date
- 2019-03-22 14:23:24 -0700 (Fri, 22 Mar 2019)
Log Message
Cherry-pick r243392. rdar://problem/49123855
[macOS] Fix sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=196153
<rdar://problem/49123855>
Reviewed by Brent Fulgham.
The sandbox on macOS is blocking the mach lookup.
* WebProcess/com.apple.WebProcess.sb.in:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243392 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: tags/Safari-608.1.13/Source/WebKit/ChangeLog (243398 => 243399)
--- tags/Safari-608.1.13/Source/WebKit/ChangeLog 2019-03-22 20:50:07 UTC (rev 243398)
+++ tags/Safari-608.1.13/Source/WebKit/ChangeLog 2019-03-22 21:23:24 UTC (rev 243399)
@@ -1,3 +1,33 @@
+2019-03-22 Alan Coon <[email protected]>
+
+ Cherry-pick r243392. rdar://problem/49123855
+
+ [macOS] Fix sandbox violation
+ https://bugs.webkit.org/show_bug.cgi?id=196153
+ <rdar://problem/49123855>
+
+ Reviewed by Brent Fulgham.
+
+ The sandbox on macOS is blocking the mach lookup.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243392 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2019-03-22 Per Arne Vollan <[email protected]>
+
+ [macOS] Fix sandbox violation
+ https://bugs.webkit.org/show_bug.cgi?id=196153
+ <rdar://problem/49123855>
+
+ Reviewed by Brent Fulgham.
+
+ The sandbox on macOS is blocking the mach lookup.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2019-03-22 Chris Dumez <[email protected]>
Prewarmed processes should be usable with any website data store
Modified: tags/Safari-608.1.13/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (243398 => 243399)
--- tags/Safari-608.1.13/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-03-22 20:50:07 UTC (rev 243398)
+++ tags/Safari-608.1.13/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-03-22 21:23:24 UTC (rev 243399)
@@ -601,6 +601,7 @@
(global-name "com.apple.logd")
(global-name "com.apple.logd.events")
(global-name "com.apple.lsd.mapdb")
+ (global-name "com.apple.lskdd") ;; <rdar://problem/49123855>
(global-name "com.apple.mobileassetd")
(global-name "com.apple.powerlog.plxpclogger.xpc")
(global-name "com.apple.system.logger")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes