Title: [291573] trunk/Source/WebKit
Revision
291573
Author
pvol...@apple.com
Date
2022-03-21 12:11:22 -0700 (Mon, 21 Mar 2022)

Log Message

[watchOS] Add required syscall
https://bugs.webkit.org/show_bug.cgi?id=238117
<rdar://89964344>

Reviewed by Brent Fulgham.

Add rarely used syscall on watchOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (291572 => 291573)


--- trunk/Source/WebKit/ChangeLog	2022-03-21 19:00:18 UTC (rev 291572)
+++ trunk/Source/WebKit/ChangeLog	2022-03-21 19:11:22 UTC (rev 291573)
@@ -1,3 +1,15 @@
+2022-03-21  Per Arne Vollan  <pvol...@apple.com>
+
+        [watchOS] Add required syscall
+        https://bugs.webkit.org/show_bug.cgi?id=238117
+        <rdar://89964344>
+
+        Reviewed by Brent Fulgham.
+
+        Add rarely used syscall on watchOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2022-03-21  Youenn Fablet  <you...@apple.com>
 
         Remove unneeded quotes in capture attribution string

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-03-21 19:00:18 UTC (rev 291572)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-03-21 19:11:22 UTC (rev 291573)
@@ -1278,6 +1278,9 @@
         SYS_setrlimit
         SYS_sigaltstack
         SYS_sigprocmask
+#if PLATFORM(WATCHOS)
+        SYS_sigreturn
+#endif
         SYS_socket
         SYS_thread_selfusage
         SYS_unlink
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to