Title: [259648] trunk/Source/WebKit
Revision
259648
Author
[email protected]
Date
2020-04-07 11:18:36 -0700 (Tue, 07 Apr 2020)

Log Message

[iOS] Add message to message filter in the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=210130

Reviewed by Brent Fulgham.

Add a required syscall-mach message to the message filter in the WebContent sandbox on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (259647 => 259648)


--- trunk/Source/WebKit/ChangeLog	2020-04-07 18:10:10 UTC (rev 259647)
+++ trunk/Source/WebKit/ChangeLog	2020-04-07 18:18:36 UTC (rev 259648)
@@ -1,3 +1,14 @@
+2020-04-07  Per Arne Vollan  <[email protected]>
+
+        [iOS] Add message to message filter in the WebContent sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=210130
+
+        Reviewed by Brent Fulgham.
+
+        Add a required syscall-mach message to the message filter in the WebContent sandbox on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-04-07  Youenn Fablet  <[email protected]>
 
         REGRESSION (r259383-259384): ASSERTION FAILED: 'Completion handler should always be called' seen with http/wpt/service-workers/service-worker-different-process.https.html

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (259647 => 259648)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-07 18:10:10 UTC (rev 259647)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-07 18:18:36 UTC (rev 259648)
@@ -1113,6 +1113,7 @@
         (machtrap-number MSC_semaphore_timedwait_trap)
         (machtrap-number MSC_semaphore_wait_trap)
         (machtrap-number MSC_swtch_pri)
+        (machtrap-number MSC_task_name_for_pid)
         (machtrap-number MSC_thread_get_special_reply_port)
         (machtrap-number MSC_thread_self_trap)
     )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to