Title: [264464] branches/safari-610.1.21.0-branch/Source/WebKit
Revision
264464
Author
[email protected]
Date
2020-07-16 09:47:31 -0700 (Thu, 16 Jul 2020)

Log Message

Cherry-pick r264457. rdar://problem/65638758

    [macOS] Add syscall to WebContent sandbox
    https://bugs.webkit.org/show_bug.cgi?id=214394
    <rdar://problem/65638758>

    Reviewed by Darin Adler.

    Add required syscall to WebContent process on macOS.

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

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

Modified Paths

Diff

Modified: branches/safari-610.1.21.0-branch/Source/WebKit/ChangeLog (264463 => 264464)


--- branches/safari-610.1.21.0-branch/Source/WebKit/ChangeLog	2020-07-16 16:38:38 UTC (rev 264463)
+++ branches/safari-610.1.21.0-branch/Source/WebKit/ChangeLog	2020-07-16 16:47:31 UTC (rev 264464)
@@ -1,3 +1,32 @@
+2020-07-16  Alan Coon  <[email protected]>
+
+        Cherry-pick r264457. rdar://problem/65638758
+
+    [macOS] Add syscall to WebContent sandbox
+    https://bugs.webkit.org/show_bug.cgi?id=214394
+    <rdar://problem/65638758>
+    
+    Reviewed by Darin Adler.
+    
+    Add required syscall to WebContent process on macOS.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@264457 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-07-16  Per Arne Vollan  <[email protected]>
+
+            [macOS] Add syscall to WebContent sandbox
+            https://bugs.webkit.org/show_bug.cgi?id=214394
+            <rdar://problem/65638758>
+
+            Reviewed by Darin Adler.
+
+            Add required syscall to WebContent process on macOS.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
 2020-07-07  Alan Coon  <[email protected]>
 
         Cherry-pick r264019. rdar://problem/65179688

Modified: branches/safari-610.1.21.0-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (264463 => 264464)


--- branches/safari-610.1.21.0-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-07-16 16:38:38 UTC (rev 264463)
+++ branches/safari-610.1.21.0-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-07-16 16:47:31 UTC (rev 264464)
@@ -1152,6 +1152,7 @@
     (if (equal? (param "CPU") "arm64")
         (allow syscall-unix
             (syscall-number SYS_mremap_encrypted)
+            (syscall-number SYS_fileport_makefd)
         )
     )
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to