Changeset 245835 in webkit
- Timestamp:
- May 28, 2019, 5:34:54 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r245832 r245835 1 2019-05-28 Brent Fulgham <bfulgham@apple.com> 2 3 Fix sandbox violation when using QuickLook on iOS 4 https://bugs.webkit.org/show_bug.cgi?id=198312 5 <rdar://problem/51134351> 6 7 Reviewed by Alexey Proskuryakov. 8 9 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 10 1 11 2019-05-28 Tim Horton <timothy_horton@apple.com> 2 12 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r245599 r245835 611 611 (syscall-number SYS_abort_with_payload) ;; <rdar://problem/50967271> 612 612 (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499> 613 (syscall-number SYS_psynch_rw_rdlock) ;; <rdar://problem/51134351> 613 614 ) 614 615 )
Note:
See TracChangeset
for help on using the changeset viewer.