Changeset 259758 in webkit
- Timestamp:
- Apr 8, 2020, 2:50:26 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r259753 r259758 1 2020-04-08 Per Arne Vollan <pvollan@apple.com> 2 3 Allow use of syscall from the WebContent sandbox 4 https://bugs.webkit.org/show_bug.cgi?id=209920 5 6 Reviewed by Geoffrey Garen. 7 8 Add syscall to the WebContent sandbox on macOS. 9 10 * WebProcess/com.apple.WebProcess.sb.in: 11 1 12 2020-04-08 Per Arne Vollan <pvollan@apple.com> 2 13 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r259753 r259758 1085 1085 #endif 1086 1086 (syscall-number SYS_fstat64_extended) ;; <rdar://problem/61310019> 1087 (syscall-number SYS_ulock_wait2) ;; <rdar://problem/58743778> 1087 1088 ) 1088 1089 )
Note:
See TracChangeset
for help on using the changeset viewer.