Title: [288578] branches/safari-613-branch/Source/WebKit
Revision
288578
Author
repst...@apple.com
Date
2022-01-25 13:24:47 -0800 (Tue, 25 Jan 2022)

Log Message

Cherry-pick r287990. rdar://problem/86781432

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287990 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-613-branch/Source/WebKit/ChangeLog (288577 => 288578)


--- branches/safari-613-branch/Source/WebKit/ChangeLog	2022-01-25 21:09:40 UTC (rev 288577)
+++ branches/safari-613-branch/Source/WebKit/ChangeLog	2022-01-25 21:24:47 UTC (rev 288578)
@@ -1,3 +1,32 @@
+2022-01-25  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r287990. rdar://problem/86781432
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287990 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-01-13  Per Arne Vollan  <pvol...@apple.com>
+
+            [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-25  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r288315. rdar://problem/87601762

Modified: branches/safari-613-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (288577 => 288578)


--- branches/safari-613-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2022-01-25 21:09:40 UTC (rev 288577)
+++ branches/safari-613-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2022-01-25 21:24:47 UTC (rev 288578)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to