Title: [287664] trunk/Source/WebKit
Revision
287664
Author
pvol...@apple.com
Date
2022-01-05 18:09:04 -0800 (Wed, 05 Jan 2022)

Log Message

[iOS][WP] Allow syscall used on process launch
https://bugs.webkit.org/show_bug.cgi?id=234898
<rdar://86914492>

Reviewed by Brent Fulgham.

Allow syscall used on WebContent process launch on iOS.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (287663 => 287664)


--- trunk/Source/WebKit/ChangeLog	2022-01-06 01:39:49 UTC (rev 287663)
+++ trunk/Source/WebKit/ChangeLog	2022-01-06 02:09:04 UTC (rev 287664)
@@ -1,3 +1,15 @@
+2022-01-05  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS][WP] Allow syscall used on process launch
+        https://bugs.webkit.org/show_bug.cgi?id=234898
+        <rdar://86914492>
+
+        Reviewed by Brent Fulgham.
+
+        Allow syscall used on WebContent process launch on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2022-01-05  Devin Rousso  <drou...@apple.com>
 
         REGRESSION(r285521): `errors` provided to `ApplePaySession.prototype.completeCouponCodeChange` are ignored

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (287663 => 287664)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-01-06 01:39:49 UTC (rev 287663)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-01-06 02:09:04 UTC (rev 287664)
@@ -1183,6 +1183,7 @@
     (syscall-number
         SYS_bsdthread_register
         SYS_chdir
+        SYS_connect
         SYS_csops ;; used by Corefoundation initialization
         SYS_dup2
         SYS_fileport_makefd
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to