Title: [288769] branches/safari-613-branch/Source/WebKit
Revision
288769
Author
[email protected]
Date
2022-01-28 16:50:20 -0800 (Fri, 28 Jan 2022)

Log Message

Cherry-pick r287844. rdar://problem/87262730

    [MacCatalyst] Add syscalls from iOS sandbox
    https://bugs.webkit.org/show_bug.cgi?id=234970
    <rdar://problem/87262730>

    Reviewed by Darin Adler.

    Add syscalls from iOS sandbox that are not in the MacCatalyst sandbox, since these are potentially
    still needed on MacCatalyst.

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

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

Modified Paths

Diff

Modified: branches/safari-613-branch/Source/WebKit/ChangeLog (288768 => 288769)


--- branches/safari-613-branch/Source/WebKit/ChangeLog	2022-01-29 00:39:41 UTC (rev 288768)
+++ branches/safari-613-branch/Source/WebKit/ChangeLog	2022-01-29 00:50:20 UTC (rev 288769)
@@ -1,5 +1,36 @@
 2022-01-28  Russell Epstein  <[email protected]>
 
+        Cherry-pick r287844. rdar://problem/87262730
+
+    [MacCatalyst] Add syscalls from iOS sandbox
+    https://bugs.webkit.org/show_bug.cgi?id=234970
+    <rdar://problem/87262730>
+    
+    Reviewed by Darin Adler.
+    
+    Add syscalls from iOS sandbox that are not in the MacCatalyst sandbox, since these are potentially
+    still needed on MacCatalyst.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287844 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-01-10  Per Arne Vollan  <[email protected]>
+
+            [MacCatalyst] Add syscalls from iOS sandbox
+            https://bugs.webkit.org/show_bug.cgi?id=234970
+            <rdar://problem/87262730>
+
+            Reviewed by Darin Adler.
+
+            Add syscalls from iOS sandbox that are not in the MacCatalyst sandbox, since these are potentially
+            still needed on MacCatalyst.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2022-01-28  Russell Epstein  <[email protected]>
+
         Cherry-pick r288591. rdar://problem/87850345
 
     [macOS][WP] Allow mach extension to service

Modified: branches/safari-613-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (288768 => 288769)


--- branches/safari-613-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-01-29 00:39:41 UTC (rev 288768)
+++ branches/safari-613-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-01-29 00:50:20 UTC (rev 288769)
@@ -2027,7 +2027,21 @@
         SYS_sigaction
         SYS_sysctl
         SYS_unlink
-        SYS_write))
+        SYS_write
+#if !PLATFORM(MAC)
+        SYS_abort_with_payload
+        SYS_dup
+        SYS_fgetattrlist
+        SYS_fstat64_extended
+        SYS_kqueue
+        SYS_mkdirat
+        SYS_open_dprotected_np
+        SYS_psynch_rw_rdlock
+        SYS_rmdir
+        SYS_setrlimit
+        SYS_ulock_wait2
+#endif
+))
 
 (when (defined? 'syscall-unix)
     (deny syscall-unix (with send-signal SIGKILL))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to