Title: [189659] trunk/Source/WebKit2
Revision
189659
Author
a...@apple.com
Date
2015-09-12 14:49:59 -0700 (Sat, 12 Sep 2015)

Log Message

[iOS] Allow UDP networking
https://bugs.webkit.org/show_bug.cgi?id=149081
rdar://problem/22291743

Reviewed by Sam Weinig.

* Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (189658 => 189659)


--- trunk/Source/WebKit2/ChangeLog	2015-09-12 20:52:26 UTC (rev 189658)
+++ trunk/Source/WebKit2/ChangeLog	2015-09-12 21:49:59 UTC (rev 189659)
@@ -1,3 +1,14 @@
+2015-09-12  Alexey Proskuryakov  <a...@apple.com>
+
+        [iOS] Allow UDP networking
+        https://bugs.webkit.org/show_bug.cgi?id=149081
+        rdar://problem/22291743
+
+        Reviewed by Sam Weinig.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2015-09-12  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: Extract InspectorFrontendAPI dispatching from WebInspectorUI

Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (189658 => 189659)


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2015-09-12 20:52:26 UTC (rev 189658)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2015-09-12 21:49:59 UTC (rev 189659)
@@ -50,7 +50,7 @@
 (allow mach-lookup
        (global-name "com.apple.PowerManagement.control"))
 
-(network-client (remote tcp))
+(network-client (remote tcp) (remote udp))
 
 ;; Security framework
 (allow mach-lookup

Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (189658 => 189659)


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2015-09-12 20:52:26 UTC (rev 189658)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2015-09-12 21:49:59 UTC (rev 189659)
@@ -87,4 +87,4 @@
 (allow file-read* file-write*
     (subpath "/private/var/mobile/Library/Logs/awd"))
 
-(network-client (remote tcp))
+(network-client (remote tcp) (remote udp))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to