Title: [192805] trunk/Source/WebKit2
Revision
192805
Author
bfulg...@apple.com
Date
2015-11-30 10:46:13 -0800 (Mon, 30 Nov 2015)

Log Message

[Mac] Add font service permission to the sandbox profile
https://bugs.webkit.org/show_bug.cgi?id=151509
<rdar://problem/23508753>

Reviewed by Anders Carlsson.

Update the sandbox profile for Mac WebKit to allow access to the
"com.apple.fonts" service.

* Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb:
* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (192804 => 192805)


--- trunk/Source/WebKit2/ChangeLog	2015-11-30 18:26:56 UTC (rev 192804)
+++ trunk/Source/WebKit2/ChangeLog	2015-11-30 18:46:13 UTC (rev 192805)
@@ -1,3 +1,17 @@
+2015-11-30  Brent Fulgham  <bfulg...@apple.com>
+
+        [Mac] Add font service permission to the sandbox profile
+        https://bugs.webkit.org/show_bug.cgi?id=151509
+        <rdar://problem/23508753>
+
+        Reviewed by Anders Carlsson.
+
+        Update the sandbox profile for Mac WebKit to allow access to the
+        "com.apple.fonts" service.
+
+        * Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb:
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2015-11-30  Alex Christensen  <achristen...@webkit.org>
 
         Make usesNetworkProcess always true

Modified: trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb (192804 => 192805)


--- trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2015-11-30 18:26:56 UTC (rev 192804)
+++ trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2015-11-30 18:46:13 UTC (rev 192805)
@@ -231,6 +231,7 @@
     (global-name "com.apple.cmio.VDCAssistant")
     (global-name "com.apple.cookied") ;; FIXME: <rdar://problem/10790768> Limit access to cookies.
     (global-name "com.apple.coreservices.launchservicesd")
+    (global-name "com.apple.fonts")
     (global-name "com.apple.ocspd")
     (global-name "com.apple.pasteboard.1")
     (global-name "com.apple.pbs.fetch_services")

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


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2015-11-30 18:26:56 UTC (rev 192804)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2015-11-30 18:46:13 UTC (rev 192805)
@@ -183,6 +183,7 @@
        (global-name "com.apple.awdd")
        (global-name "com.apple.cookied")
        (global-name "com.apple.dock.server")
+       (global-name "com.apple.fonts")
        (global-name "com.apple.system.opendirectoryd.api")
        (global-name "com.apple.tccd")
        (global-name "com.apple.tccd.system")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to