Title: [232459] trunk/Source/WebKit
Revision
232459
Author
[email protected]
Date
2018-06-03 21:01:54 -0700 (Sun, 03 Jun 2018)

Log Message

[iOS] Add a needed networking process entitlement
https://bugs.webkit.org/show_bug.cgi?id=186246
<rdar://problem/39578861>

Reviewed by Brent Fulgham.

Also sorted the existing entitlements.

* Configurations/Network-iOS.entitlements:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (232458 => 232459)


--- trunk/Source/WebKit/ChangeLog	2018-06-04 03:26:15 UTC (rev 232458)
+++ trunk/Source/WebKit/ChangeLog	2018-06-04 04:01:54 UTC (rev 232459)
@@ -1,3 +1,15 @@
+2018-06-03  Andy Estes  <[email protected]>
+
+        [iOS] Add a needed networking process entitlement
+        https://bugs.webkit.org/show_bug.cgi?id=186246
+        <rdar://problem/39578861>
+
+        Reviewed by Brent Fulgham.
+
+        Also sorted the existing entitlements.
+
+        * Configurations/Network-iOS.entitlements:
+
 2018-06-03  Brent Fulgham  <[email protected]>
 
         Make sure that the fencePort received over IPC has the expected disposition (SEND)

Modified: trunk/Source/WebKit/Configurations/Network-iOS.entitlements (232458 => 232459)


--- trunk/Source/WebKit/Configurations/Network-iOS.entitlements	2018-06-04 03:26:15 UTC (rev 232458)
+++ trunk/Source/WebKit/Configurations/Network-iOS.entitlements	2018-06-04 04:01:54 UTC (rev 232459)
@@ -2,17 +2,19 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+	<key>com.apple.private.accounts.bundleidspoofing</key>
+	<true/>
 	<key>com.apple.private.ids.link-preferences</key>
 	<true/>
+	<key>com.apple.private.ids.messaging</key>
+	<true/>
+	<key>com.apple.private.network.socket-delegate</key>
+	<true/>
 	<key>com.apple.wifi.manager-access</key>
 	<true/>
-	<key>com.apple.private.accounts.bundleidspoofing</key>
-	<true/>
 	<key>seatbelt-profiles</key>
 	<array>
 		<string>com.apple.WebKit.Networking</string>
 	</array>
-	<key>com.apple.private.network.socket-delegate</key>
-	<true/>
 </dict>
 </plist>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to