Title: [171887] trunk/Source/WebKit2
Revision
171887
Author
[email protected]
Date
2014-07-31 14:48:33 -0700 (Thu, 31 Jul 2014)

Log Message

Various SSO services need the networking process to be able to spoof its bundle id
https://bugs.webkit.org/show_bug.cgi?id=135468
<rdar://problem/17864139>

Reviewed by Alexey Proskuryakov.

Just add the entitlement required to allow the sandbox to let this happen.

* Configurations/Network-iOS.entitlements:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (171886 => 171887)


--- trunk/Source/WebKit2/ChangeLog	2014-07-31 21:38:27 UTC (rev 171886)
+++ trunk/Source/WebKit2/ChangeLog	2014-07-31 21:48:33 UTC (rev 171887)
@@ -1,3 +1,15 @@
+2014-07-31  Oliver Hunt  <[email protected]>
+
+        Various SSO services need the networking process to be able to spoof its bundle id
+        https://bugs.webkit.org/show_bug.cgi?id=135468
+        <rdar://problem/17864139>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Just add the entitlement required to allow the sandbox to let this happen.
+
+        * Configurations/Network-iOS.entitlements:
+
 2014-07-31  Przemyslaw Kuczynski  <[email protected]>
 
         Fix uninitialized scalar variable

Modified: trunk/Source/WebKit2/Configurations/Network-iOS.entitlements (171886 => 171887)


--- trunk/Source/WebKit2/Configurations/Network-iOS.entitlements	2014-07-31 21:38:27 UTC (rev 171886)
+++ trunk/Source/WebKit2/Configurations/Network-iOS.entitlements	2014-07-31 21:48:33 UTC (rev 171887)
@@ -2,6 +2,8 @@
 <!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>seatbelt-profiles</key>
 	<array>
 		<string>com.apple.WebKit.Networking</string>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to