Title: [182278] trunk/Source/WebKit2
Revision
182278
Author
cdu...@apple.com
Date
2015-04-02 11:31:39 -0700 (Thu, 02 Apr 2015)

Log Message

[WK2][iOS] Update the WebContent process' sandbox profile for AWD
https://bugs.webkit.org/show_bug.cgi?id=143340
<rdar://problem/20375170>

Reviewed by Alexey Proskuryakov.

Update the WebContent process' sandbox profile for AWD.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (182277 => 182278)


--- trunk/Source/WebKit2/ChangeLog	2015-04-02 17:50:32 UTC (rev 182277)
+++ trunk/Source/WebKit2/ChangeLog	2015-04-02 18:31:39 UTC (rev 182278)
@@ -1,3 +1,15 @@
+2015-04-02  Chris Dumez  <cdu...@apple.com>
+
+        [WK2][iOS] Update the WebContent process' sandbox profile for AWD
+        https://bugs.webkit.org/show_bug.cgi?id=143340
+        <rdar://problem/20375170>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Update the WebContent process' sandbox profile for AWD.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2015-04-01  Antti Koivisto  <an...@apple.com>
 
         Use std::chrono types to represent time in response and cache classes

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


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2015-04-02 17:50:32 UTC (rev 182277)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2015-04-02 18:31:39 UTC (rev 182278)
@@ -75,7 +75,8 @@
 ;; Various services required by CFNetwork and other frameworks
 (allow mach-lookup
     (global-name "com.apple.PowerManagement.control")
-    (global-name "com.apple.accountsd.accountmanager"))
+    (global-name "com.apple.accountsd.accountmanager")
+    (global-name "com.apple.awdd"))
 
 (deny file-write-create (vnode-type SYMLINK))
 (deny file-read-xattr file-write-xattr (xattr-regex #"^com\.apple\.security\.private\."))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to