Title: [286979] trunk/Source/WebKit
Revision
286979
Author
pvol...@apple.com
Date
2021-12-13 13:21:07 -0800 (Mon, 13 Dec 2021)

Log Message

[WP][iOS] Add access to required system call
https://bugs.webkit.org/show_bug.cgi?id=234232
<rdar://86343811>

Reviewed by Brent Fulgham.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (286978 => 286979)


--- trunk/Source/WebKit/ChangeLog	2021-12-13 21:16:28 UTC (rev 286978)
+++ trunk/Source/WebKit/ChangeLog	2021-12-13 21:21:07 UTC (rev 286979)
@@ -1,3 +1,13 @@
+2021-12-13  Per Arne Vollan  <pvol...@apple.com>
+
+        [WP][iOS] Add access to required system call
+        https://bugs.webkit.org/show_bug.cgi?id=234232
+        <rdar://86343811>
+
+        Reviewed by Brent Fulgham.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2021-12-13  Chris Dumez  <cdu...@apple.com>
 
         Regression(r283565) Unable to report private messages as Spam in Twitter app

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-12-13 21:16:28 UTC (rev 286978)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-12-13 21:21:07 UTC (rev 286979)
@@ -1307,6 +1307,7 @@
         SYS_socket
         SYS_thread_selfusage
         SYS_unlink
+        SYS_write
         SYS_writev))
 
 (define (syscall-unix-rarely-in-use-need-backtrace)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to