Title: [231143] tags/Safari-606.1.15.1/Source/WebKit
Revision
231143
Author
[email protected]
Date
2018-04-28 16:54:45 -0700 (Sat, 28 Apr 2018)

Log Message

Cherry-pick r231139. rdar://problem/39808763

    [iOS] Allow com.apple.WebKit.Networking to look up com.apple.wifi.manager
    https://bugs.webkit.org/show_bug.cgi?id=185114
    <rdar://problem/39808763>

    Reviewed by Wenson Hsieh.

    * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:

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

Modified Paths

Diff

Modified: tags/Safari-606.1.15.1/Source/WebKit/ChangeLog (231142 => 231143)


--- tags/Safari-606.1.15.1/Source/WebKit/ChangeLog	2018-04-28 23:32:27 UTC (rev 231142)
+++ tags/Safari-606.1.15.1/Source/WebKit/ChangeLog	2018-04-28 23:54:45 UTC (rev 231143)
@@ -1,5 +1,29 @@
 2018-04-28  Jason Marcell  <[email protected]>
 
+        Cherry-pick r231139. rdar://problem/39808763
+
+    [iOS] Allow com.apple.WebKit.Networking to look up com.apple.wifi.manager
+    https://bugs.webkit.org/show_bug.cgi?id=185114
+    <rdar://problem/39808763>
+    
+    Reviewed by Wenson Hsieh.
+    
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231139 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-04-28  Andy Estes  <[email protected]>
+
+            [iOS] Allow com.apple.WebKit.Networking to look up com.apple.wifi.manager
+            https://bugs.webkit.org/show_bug.cgi?id=185114
+            <rdar://problem/39808763>
+
+            Reviewed by Wenson Hsieh.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+
+2018-04-28  Jason Marcell  <[email protected]>
+
         Cherry-pick r231014. rdar://problem/39662827
 
     Fix entitlements and sandbox configurations in WebKit after r230778

Modified: tags/Safari-606.1.15.1/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (231142 => 231143)


--- tags/Safari-606.1.15.1/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2018-04-28 23:32:27 UTC (rev 231142)
+++ tags/Safari-606.1.15.1/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2018-04-28 23:54:45 UTC (rev 231143)
@@ -90,4 +90,5 @@
 (allow mach-lookup
     (global-name "com.apple.lsd.mapdb")
     (global-name "com.apple.analyticsd")
-    (global-name "com.apple.WirelessCoexManager"))
+    (global-name "com.apple.WirelessCoexManager")
+    (global-name "com.apple.wifi.manager"))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to