Title: [272964] branches/safari-611-branch/Source/WebKit
Revision
272964
Author
repst...@apple.com
Date
2021-02-16 17:20:01 -0800 (Tue, 16 Feb 2021)

Log Message

Cherry-pick r272723. rdar://problem/74410353

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@272723 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-611-branch/Source/WebKit/ChangeLog (272963 => 272964)


--- branches/safari-611-branch/Source/WebKit/ChangeLog	2021-02-17 01:19:53 UTC (rev 272963)
+++ branches/safari-611-branch/Source/WebKit/ChangeLog	2021-02-17 01:20:01 UTC (rev 272964)
@@ -1,5 +1,34 @@
 2021-02-16  Ruben Turcios  <rubent...@apple.com>
 
+        Cherry-pick r272723. rdar://problem/74410353
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@272723 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-02-11  Per Arne  <pvol...@apple.com>
+
+            [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-16  Ruben Turcios  <rubent...@apple.com>
+
         Cherry-pick r272698. rdar://problem/74410282
 
     REGRESSION (r269824) IOSurface allocation failure causes crash in RemoteLayerBackingStore::display()

Modified: branches/safari-611-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (272963 => 272964)


--- branches/safari-611-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-17 01:19:53 UTC (rev 272963)
+++ branches/safari-611-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-17 01:20:01 UTC (rev 272964)
@@ -1575,6 +1575,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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to