Changeset 245307 in webkit
- Timestamp:
- May 14, 2019, 2:07:48 PM (7 years ago)
- Location:
- branches/safari-608.1.24-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608.1.24-branch/Source/WebKit/ChangeLog
r245305 r245307 1 2019-05-14 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r245252. rdar://problem/49795964 4 5 [iOS] Crash when trying to QuickLook 6 https://bugs.webkit.org/show_bug.cgi?id=197853 7 <rdar://problem/49795964> 8 9 Reviewed by Brent Fulgham. 10 11 This is caused by a syscall sandbox violation. 12 13 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 14 15 16 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245252 268f45cc-cd09-0410-ab3c-d52691b4dbfc 17 18 2019-05-13 Per Arne Vollan <pvollan@apple.com> 19 20 [iOS] Crash when trying to QuickLook 21 https://bugs.webkit.org/show_bug.cgi?id=197853 22 <rdar://problem/49795964> 23 24 Reviewed by Brent Fulgham. 25 26 This is caused by a syscall sandbox violation. 27 28 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 29 1 30 2019-05-14 Alan Coon <alancoon@apple.com> 2 31 -
branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r245305 r245307 609 609 (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>. 610 610 (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257> 611 (syscall-number SYS_fsetxattr) ;; <rdar://problem/49795964> 611 612 ) 612 613 )
Note:
See TracChangeset
for help on using the changeset viewer.