Title: [245252] trunk/Source/WebKit
Revision
245252
Author
[email protected]
Date
2019-05-13 14:48:09 -0700 (Mon, 13 May 2019)

Log Message

[iOS] Crash when trying to QuickLook
https://bugs.webkit.org/show_bug.cgi?id=197853
<rdar://problem/49795964>

Reviewed by Brent Fulgham.

This is caused by a syscall sandbox violation.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (245251 => 245252)


--- trunk/Source/WebKit/ChangeLog	2019-05-13 21:34:43 UTC (rev 245251)
+++ trunk/Source/WebKit/ChangeLog	2019-05-13 21:48:09 UTC (rev 245252)
@@ -1,3 +1,15 @@
+2019-05-13  Per Arne Vollan  <[email protected]>
+
+        [iOS] Crash when trying to QuickLook
+        https://bugs.webkit.org/show_bug.cgi?id=197853
+        <rdar://problem/49795964>
+
+        Reviewed by Brent Fulgham.
+
+        This is caused by a syscall sandbox violation.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-05-13  Brent Fulgham  <[email protected]>
 
         Correct the sandbox to allow loading libraries from /Library/Apple 

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-13 21:34:43 UTC (rev 245251)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-13 21:48:09 UTC (rev 245252)
@@ -608,5 +608,6 @@
         (syscall-number SYS___semwait_signal_nocancel)
         (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>.
         (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257>
+        (syscall-number SYS_fsetxattr) ;; <rdar://problem/49795964>
     )
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to