Title: [243472] trunk/Source/WebKit
- Revision
- 243472
- Author
- [email protected]
- Date
- 2019-03-25 16:50:42 -0700 (Mon, 25 Mar 2019)
Log Message
Add socket-delegate to another entitlements config
rdar://problem/48090350 and https://bugs.webkit.org/show_bug.cgi?id=196227
Reviewed by Geoffrey Garen.
* Configurations/Network-iOSMac.entitlements:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (243471 => 243472)
--- trunk/Source/WebKit/ChangeLog 2019-03-25 23:30:47 UTC (rev 243471)
+++ trunk/Source/WebKit/ChangeLog 2019-03-25 23:50:42 UTC (rev 243472)
@@ -1,3 +1,12 @@
+2019-03-25 Brady Eidson <[email protected]>
+
+ Add socket-delegate to another entitlements config
+ rdar://problem/48090350 and https://bugs.webkit.org/show_bug.cgi?id=196227
+
+ Reviewed by Geoffrey Garen.
+
+ * Configurations/Network-iOSMac.entitlements:
+
2019-03-25 Commit Queue <[email protected]>
Unreviewed, rolling out r243465.
Modified: trunk/Source/WebKit/Configurations/Network-iOSMac.entitlements (243471 => 243472)
--- trunk/Source/WebKit/Configurations/Network-iOSMac.entitlements 2019-03-25 23:30:47 UTC (rev 243471)
+++ trunk/Source/WebKit/Configurations/Network-iOSMac.entitlements 2019-03-25 23:50:42 UTC (rev 243472)
@@ -2,11 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>seatbelt-profiles</key>
- <array>
- <string>com.apple.WebKit.Networking</string>
- </array>
+ <key>seatbelt-profiles</key>
+ <array>
+ <string>com.apple.WebKit.Networking</string>
+ </array>
<key>com.apple.security.network.client</key>
<true/>
+ <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