Changeset 244779 in webkit
- Timestamp:
- Apr 30, 2019, 9:40:08 AM (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
r244775 r244779 1 2019-04-30 Per Arne Vollan <pvollan@apple.com> 2 3 [iOS] Fix crash caused by sandbox violation 4 https://bugs.webkit.org/show_bug.cgi?id=197416 5 <rdar://problem/50266257> 6 7 Reviewed by Brent Fulgham. 8 9 Add syscall to the iOS sandbox. 10 11 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 12 1 13 2019-04-30 Zalan Bujtas <zalan@apple.com> 2 14 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r244159 r244779 606 606 (syscall-number SYS___semwait_signal_nocancel) 607 607 (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>. 608 (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257> 608 609 ) 609 610 )
Note:
See TracChangeset
for help on using the changeset viewer.