[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: http://svn.webkit.org/repository/webkit/trunk@231139 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog
index 20084f4..9f66cac 100644
--- a/Source/WebKit/ChangeLog
+++ b/Source/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2018-04-28  Andy Estes  <aestes@apple.com>
+
+        [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  Brent Fulgham  <bfulgham@apple.com>
 
         Revise sandboxes to allow additional IOKit property access
diff --git a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb
index f3fd89b..04d7188 100644
--- a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb
+++ b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb
@@ -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"))