Title: [287990] trunk/Source/WebKit
- Revision
- 287990
- Author
- [email protected]
- Date
- 2022-01-13 13:11:10 -0800 (Thu, 13 Jan 2022)
Log Message
[iOS][Networking] Add access to required network service
https://bugs.webkit.org/show_bug.cgi?id=235188
<rdar://86781432>
Reviewed by Brent Fulgham.
Add access to required network service in the Networking process on iOS.
* Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (287989 => 287990)
--- trunk/Source/WebKit/ChangeLog 2022-01-13 21:03:02 UTC (rev 287989)
+++ trunk/Source/WebKit/ChangeLog 2022-01-13 21:11:10 UTC (rev 287990)
@@ -1,3 +1,15 @@
+2022-01-13 Per Arne Vollan <[email protected]>
+
+ [iOS][Networking] Add access to required network service
+ https://bugs.webkit.org/show_bug.cgi?id=235188
+ <rdar://86781432>
+
+ Reviewed by Brent Fulgham.
+
+ Add access to required network service in the Networking process on iOS.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+
2022-01-13 Tim Horton <[email protected]>
Fix a few Objective-C object leaks due to early returns in `init`
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (287989 => 287990)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb 2022-01-13 21:03:02 UTC (rev 287989)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb 2022-01-13 21:11:10 UTC (rev 287990)
@@ -187,7 +187,8 @@
(deny mach-lookup (with telemetry)
(global-name "com.apple.nsurlstorage-cache"))
- (deny mach-lookup (with telemetry)
+ ;; <rdar://86781432>
+ (allow mach-lookup
(global-name "com.apple.cfnetwork.AuthBrokerAgent"))
;; <rdar://problem/10423007>
(allow mach-lookup (with telemetry)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes