Title: [172062] branches/safari-600.1-branch/Source/WebKit2
Revision
172062
Author
lforsch...@apple.com
Date
2014-08-05 13:37:25 -0700 (Tue, 05 Aug 2014)

Log Message

Merged r171887.  <rdar://problem/17864139>

Modified Paths

Diff

Modified: branches/safari-600.1-branch/Source/WebKit2/ChangeLog (172061 => 172062)


--- branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-08-05 20:34:10 UTC (rev 172061)
+++ branches/safari-600.1-branch/Source/WebKit2/ChangeLog	2014-08-05 20:37:25 UTC (rev 172062)
@@ -1,3 +1,19 @@
+2014-08-05  Lucas Forschler  <lforsch...@apple.com>
+
+        Merge r171887
+
+    2014-07-31  Oliver Hunt  <oli...@apple.com>
+
+            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-30  Lucas Forschler  <lforsch...@apple.com>
 
         Merge r171829

Modified: branches/safari-600.1-branch/Source/WebKit2/Configurations/Network-iOS.entitlements (172061 => 172062)


--- branches/safari-600.1-branch/Source/WebKit2/Configurations/Network-iOS.entitlements	2014-08-05 20:34:10 UTC (rev 172061)
+++ branches/safari-600.1-branch/Source/WebKit2/Configurations/Network-iOS.entitlements	2014-08-05 20:37:25 UTC (rev 172062)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to