Title: [139968] trunk/Source/WebKit2
Revision
139968
Author
[email protected]
Date
2013-01-16 23:35:40 -0800 (Wed, 16 Jan 2013)

Log Message

Update sandbox rules after r128003
https://bugs.webkit.org/show_bug.cgi?id=106840

Reviewed by Darin Adler.

* WebProcess/com.apple.WebProcess.sb.in: Additional Lion only fixes.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (139967 => 139968)


--- trunk/Source/WebKit2/ChangeLog	2013-01-17 07:23:17 UTC (rev 139967)
+++ trunk/Source/WebKit2/ChangeLog	2013-01-17 07:35:40 UTC (rev 139968)
@@ -1,3 +1,12 @@
+2013-01-16  Alexey Proskuryakov  <[email protected]>
+
+        Update sandbox rules after r128003
+        https://bugs.webkit.org/show_bug.cgi?id=106840
+
+        Reviewed by Darin Adler.
+
+        * WebProcess/com.apple.WebProcess.sb.in: Additional Lion only fixes.
+
 2013-01-16  Sam Weinig  <[email protected]>
 
         Make debug-safari --target-web-process work again

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


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-01-17 07:23:17 UTC (rev 139967)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-01-17 07:35:40 UTC (rev 139968)
@@ -205,7 +205,12 @@
        (subpath "/Library/Input Methods")
        (home-subpath "/Library/Components")
        (home-subpath "/Library/Keyboard Layouts")
-       (home-subpath "/Library/Input Methods"))
+       (home-subpath "/Library/Input Methods")
+#if __MAC_OS_X_VERSION_MIN_REQUIRED == 1070
+       (literal (string-append (param "DARWIN_USER_CACHE_DIR") "/com.apple.IntlDataCache.le"))
+       (literal (string-append (param "DARWIN_USER_CACHE_DIR") "/com.apple.IntlDataCache.le.kbdx"))
+#endif
+       )
 
 (deny mach-lookup (with no-log)
        (global-name "com.apple.coreservices.appleevents"))
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to