Title: [242987] trunk/Source/WebKit
Revision
242987
Author
[email protected]
Date
2019-03-14 20:17:10 -0700 (Thu, 14 Mar 2019)

Log Message

[iOS] WebKit crashes when opening pages documents
https://bugs.webkit.org/show_bug.cgi?id=195784
<rdar://problem/48904334>

Reviewed by Brent Fulgham.

The sandbox needs to allow additional syscalls.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (242986 => 242987)


--- trunk/Source/WebKit/ChangeLog	2019-03-15 02:24:55 UTC (rev 242986)
+++ trunk/Source/WebKit/ChangeLog	2019-03-15 03:17:10 UTC (rev 242987)
@@ -1,3 +1,15 @@
+2019-03-14  Per Arne Vollan  <[email protected]>
+
+        [iOS] WebKit crashes when opening pages documents
+        https://bugs.webkit.org/show_bug.cgi?id=195784
+        <rdar://problem/48904334>
+
+        Reviewed by Brent Fulgham.
+
+        The sandbox needs to allow additional syscalls.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-03-14  Simon Fraser  <[email protected]>
 
         Make it possible to test scrolling tree layer manipulation more easily

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-03-15 02:24:55 UTC (rev 242986)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-03-15 03:17:10 UTC (rev 242987)
@@ -694,5 +694,8 @@
         (syscall-number SYS_os_fault_with_payload)
         (syscall-number SYS_persona)
         (syscall-number SYS_work_interval_ctl)
+        (syscall-number SYS_open_dprotected_np)
+        (syscall-number SYS_pread_nocancel)
+        (syscall-number SYS___semwait_signal_nocancel)
     )
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to