Title: [273359] trunk/Source/WebKit
Revision
273359
Author
bfulg...@apple.com
Date
2021-02-23 17:02:44 -0800 (Tue, 23 Feb 2021)

Log Message

[macOS] Allow additional syscall support in the sandbox
https://bugs.webkit.org/show_bug.cgi?id=222335
<rdar://74473824>

Reviewed by Per Arne Vollan.

Expand the WebContent process sandbox to allow SYS_open_dprotected_np

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (273358 => 273359)


--- trunk/Source/WebKit/ChangeLog	2021-02-24 00:26:38 UTC (rev 273358)
+++ trunk/Source/WebKit/ChangeLog	2021-02-24 01:02:44 UTC (rev 273359)
@@ -1,3 +1,15 @@
+2021-02-23  Brent Fulgham  <bfulg...@apple.com>
+
+        [macOS] Allow additional syscall support in the sandbox 
+        https://bugs.webkit.org/show_bug.cgi?id=222335
+        <rdar://74473824>
+
+        Reviewed by Per Arne Vollan.
+
+        Expand the WebContent process sandbox to allow SYS_open_dprotected_np
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-02-23  Fujii Hironori  <hironori.fu...@sony.com>
 
         [CoordinatedGraphics] The whole content is unnecessarily repainted by animations in non-AC mode pages

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-24 00:26:38 UTC (rev 273358)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-24 01:02:44 UTC (rev 273359)
@@ -1691,6 +1691,7 @@
         (syscall-number SYS_fstat64_extended) ;; <rdar://problem/61310019>
         (syscall-number SYS_gethostuuid)
         (syscall-number SYS_setattrlist) ;; rdar://problem/74162777
+        (syscall-number SYS_open_dprotected_np) ;; <rdar://problem/74473824>
     )
 
     (if (equal? (param "CPU") "arm64")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to