commit | ab3dabf5e9394da1dbbe3225ed105fb115b7f0d8 | [log] [tgz] |
---|---|---|
author | mattwoodrow@apple.com <mattwoodrow@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Jun 23 00:49:20 2022 +0000 |
committer | mattwoodrow@apple.com <mattwoodrow@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Jun 23 00:49:20 2022 +0000 |
tree | 8a0c71017a60d8395449621d05da7e9c08751c26 | |
parent | b8031b041988a10751593f58bc2d030849a24692 [diff] |
Add mach_port_get_refs to the iOS WebContent sandbox on older iOS versions. https://bugs.webkit.org/show_bug.cgi?id=241882 Reviewed by Per Arne Vollan. * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in: Canonical link: https://commits.webkit.org/251764@main git-svn-id: http://svn.webkit.org/repository/webkit/trunk@295759 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in index 439dfab..cd2924a 100644 --- a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in +++ b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in
@@ -1454,6 +1454,9 @@ io_service_get_matching_service_bin io_service_get_matching_services_bin io_service_open_extended +#if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED < 160000) + mach_port_get_refs +#endif mach_port_set_attributes mach_vm_copy mach_vm_map_external