Title: [183480] trunk/Source/WebKit2
Revision
183480
Author
[email protected]
Date
2015-04-28 09:39:18 -0700 (Tue, 28 Apr 2015)

Log Message

[WK2][Mac] Update WebContent process' sandbox profile for AWD
https://bugs.webkit.org/show_bug.cgi?id=144315
<rdar://problem/20719293>

Reviewed by Alexey Proskuryakov.

Update sandbox profile for AWD similarly to what was done for iOS in
r182278.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (183479 => 183480)


--- trunk/Source/WebKit2/ChangeLog	2015-04-28 15:56:04 UTC (rev 183479)
+++ trunk/Source/WebKit2/ChangeLog	2015-04-28 16:39:18 UTC (rev 183480)
@@ -1,3 +1,16 @@
+2015-04-28  Chris Dumez  <[email protected]>
+
+        [WK2][Mac] Update WebContent process' sandbox profile for AWD
+        https://bugs.webkit.org/show_bug.cgi?id=144315
+        <rdar://problem/20719293>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Update sandbox profile for AWD similarly to what was done for iOS in
+        r182278.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2015-04-28  Antti Koivisto  <[email protected]>
 
         Network Cache: Disk cache getting filled by YouTube video data

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (183479 => 183480)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2015-04-28 15:56:04 UTC (rev 183479)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2015-04-28 16:39:18 UTC (rev 183480)
@@ -176,6 +176,7 @@
        (global-name "com.apple.audio.VDCAssistant")
        (global-name "com.apple.audio.audiohald")
        (global-name "com.apple.audio.coreaudiod")
+       (global-name "com.apple.awdd")
        (global-name "com.apple.cookied")
        (global-name "com.apple.dock.server")
        (global-name "com.apple.system.opendirectoryd.api")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to