Changeset 287069 in webkit
- Timestamp:
- Dec 15, 2021, 2:16:10 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r287059 r287069 1 2021-12-15 Per Arne Vollan <pvollan@apple.com> 2 3 [iOS][WP] Add access to required syscall 4 https://bugs.webkit.org/show_bug.cgi?id=234336 5 <rdar://86502081> 6 7 Reviewed by Tim Horton. 8 9 Add required syscall to the WebContent process' sandbox on iOS. This syscall was blocked in 10 https://trac.webkit.org/changeset/286673/webkit. 11 12 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in: 13 1 14 2021-12-14 Jean-Yves Avenard <jya@apple.com> 2 15 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in
r286979 r287069 1638 1638 (allow mach-message-send (kernel-mig-routine mach_port_is_connection_for_service)) 1639 1639 ) 1640 1641 (if (and gizmo? (defined? 'mach_make_memory_entry)) 1642 (allow mach-message-send (kernel-mig-routine mach_make_memory_entry))) 1643 (if (and gizmo? (defined? 'mach_make_memory_entry_64)) 1644 (allow mach-message-send (kernel-mig-routine mach_make_memory_entry_64))) 1640 1645 ) 1641 1646 )
Note:
See TracChangeset
for help on using the changeset viewer.