Title: [174731] trunk/Source/WebKit2
Revision
174731
Author
a...@apple.com
Date
2014-10-15 10:33:22 -0700 (Wed, 15 Oct 2014)

Log Message

[Mac] Allow plug-ins to read managed preferences
https://bugs.webkit.org/show_bug.cgi?id=137665
<rdar://problem/18255601>

Reviewed by Darin Adler.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (174730 => 174731)


--- trunk/Source/WebKit2/ChangeLog	2014-10-15 17:21:50 UTC (rev 174730)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-15 17:33:22 UTC (rev 174731)
@@ -1,3 +1,13 @@
+2014-10-15  Alexey Proskuryakov  <a...@apple.com>
+
+        [Mac] Allow plug-ins to read managed preferences
+        https://bugs.webkit.org/show_bug.cgi?id=137665
+        <rdar://problem/18255601>
+
+        Reviewed by Darin Adler.
+
+        * Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb:
+
 2014-10-14  Joonghun Park  <jh718.p...@samsung.com>
 
         [WK2][EFL] Fix the problem that threads created by a DispatchQueueEfl are not destroyed

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


--- trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2014-10-15 17:21:50 UTC (rev 174730)
+++ trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2014-10-15 17:33:22 UTC (rev 174731)
@@ -143,6 +143,7 @@
     (literal "/private/var/run/resolv.conf")
 
     (subpath "/Library/Frameworks")
+    (subpath "/Library/Managed Preferences")
     (subpath "/private/var/db/mds")
 
     (regex #"^/Library/Preferences/com\.apple\.security")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to