Title: [239996] trunk/Source/WebKit
Revision
239996
Author
[email protected]
Date
2019-01-15 12:28:36 -0800 (Tue, 15 Jan 2019)

Log Message

[macOS] Adjust logging policy in WebKit's sandbox
https://bugs.webkit.org/show_bug.cgi?id=193454
<rdar://problem/47256325>

Reviewed by Brent Fulgham.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239995 => 239996)


--- trunk/Source/WebKit/ChangeLog	2019-01-15 20:04:38 UTC (rev 239995)
+++ trunk/Source/WebKit/ChangeLog	2019-01-15 20:28:36 UTC (rev 239996)
@@ -1,3 +1,13 @@
+2019-01-15  Per Arne Vollan  <[email protected]>
+
+        [macOS] Adjust logging policy in WebKit's sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=193454
+        <rdar://problem/47256325>
+
+        Reviewed by Brent Fulgham.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2019-01-15  Chris Dumez  <[email protected]>
 
         Unreviewed iOS build fix after r239993.

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (239995 => 239996)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-15 20:04:38 UTC (rev 239995)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-15 20:28:36 UTC (rev 239996)
@@ -825,7 +825,6 @@
 #endif // PLATFORM(MAC)
 
 (when (defined? 'syscall-unix)
-    (allow syscall-unix (with report))
     (allow syscall-unix
         (syscall-number SYS_exit)
         (syscall-number SYS_read)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to