Changeset 271195 in webkit
- Timestamp:
- Jan 6, 2021, 12:16:58 AM (6 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
r271194 r271195 1 2021-01-06 Per Arne Vollan <pvollan@apple.com> 2 3 [iOS] Add missing endpoint in sandbox message filter 4 https://bugs.webkit.org/show_bug.cgi?id=219731 5 <rdar://problem/71566760> 6 7 Reviewed by Darin Adler. 8 9 Add missing endpoint in the WebContent process' sandbox message filter on iOS. 10 11 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 12 1 13 2021-01-05 Eric Carlson <eric.carlson@apple.com> 2 14 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r270867 r271195 1393 1393 ) 1394 1394 ) 1395 (when (defined? 'mach_port_is_connection_for_service) 1396 (allow mach-message-send (kernel-mig-routine mach_port_is_connection_for_service)) 1397 ) 1395 1398 ) 1396 1399 )
Note:
See TracChangeset
for help on using the changeset viewer.