Title: [245307] branches/safari-608.1.24-branch/Source/WebKit
- Revision
- 245307
- Author
- [email protected]
- Date
- 2019-05-14 14:07:48 -0700 (Tue, 14 May 2019)
Log Message
Cherry-pick r245252. rdar://problem/49795964
[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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-608.1.24-branch/Source/WebKit/ChangeLog (245306 => 245307)
--- branches/safari-608.1.24-branch/Source/WebKit/ChangeLog 2019-05-14 21:07:45 UTC (rev 245306)
+++ branches/safari-608.1.24-branch/Source/WebKit/ChangeLog 2019-05-14 21:07:48 UTC (rev 245307)
@@ -1,5 +1,34 @@
2019-05-14 Alan Coon <[email protected]>
+ Cherry-pick r245252. rdar://problem/49795964
+
+ [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:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 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-14 Alan Coon <[email protected]>
+
Cherry-pick r245237. rdar://problem/50495880
AX: Need an entitlement for WebContent to send accessibility notifications
Modified: branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (245306 => 245307)
--- branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-05-14 21:07:45 UTC (rev 245306)
+++ branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2019-05-14 21:07:48 UTC (rev 245307)
@@ -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