Title: [272723] trunk/Source/WebKit
Revision
272723
Author
[email protected]
Date
2021-02-11 06:44:10 -0800 (Thu, 11 Feb 2021)

Log Message

[macOS] Add syscall to allow list in WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=221705
<rdar://problem/74162777>

Reviewed by Brent Fulgham.

Add required syscall to allow list in WebContent sandbox on macOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (272722 => 272723)


--- trunk/Source/WebKit/ChangeLog	2021-02-11 14:40:38 UTC (rev 272722)
+++ trunk/Source/WebKit/ChangeLog	2021-02-11 14:44:10 UTC (rev 272723)
@@ -1,3 +1,15 @@
+2021-02-11  Per Arne  <[email protected]>
+
+        [macOS] Add syscall to allow list in WebContent sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=221705
+        <rdar://problem/74162777>
+
+        Reviewed by Brent Fulgham.
+
+        Add required syscall to allow list in WebContent sandbox on macOS.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-02-11  Sergio Villar Senin  <[email protected]>
 
         Non unified build fixes for mid February 2021

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-11 14:40:38 UTC (rev 272722)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-11 14:44:10 UTC (rev 272723)
@@ -1638,6 +1638,7 @@
 #endif
         (syscall-number SYS_fstat64_extended) ;; <rdar://problem/61310019>
         (syscall-number SYS_gethostuuid)
+        (syscall-number SYS_setattrlist) ;; rdar://problem/74162777
     )
 
     (if (equal? (param "CPU") "arm64")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to