Title: [87857] trunk/Source/WebKit2
Revision
87857
Author
[email protected]
Date
2011-06-01 15:48:28 -0700 (Wed, 01 Jun 2011)

Log Message

Non-users need access to the mds caches for SSL support.
<rdar://problem/9471799>

Reviewed by Anders Carlsson.

* WebProcess/com.apple.WebProcess.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (87856 => 87857)


--- trunk/Source/WebKit2/ChangeLog	2011-06-01 22:37:07 UTC (rev 87856)
+++ trunk/Source/WebKit2/ChangeLog	2011-06-01 22:48:28 UTC (rev 87857)
@@ -1,3 +1,12 @@
+2011-06-01  Sam Weinig  <[email protected]>
+
+        Reviewed by Anders Carlsson.
+
+        Non-users need access to the mds caches for SSL support.
+        <rdar://problem/9471799>
+
+        * WebProcess/com.apple.WebProcess.sb:
+
 2011-06-01  Jer Noble  <[email protected]>
 
         Reviewed by Maciej Stachowiak.

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb (87856 => 87857)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb	2011-06-01 22:37:07 UTC (rev 87856)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb	2011-06-01 22:48:28 UTC (rev 87857)
@@ -103,6 +103,10 @@
        ;; FIXME: This should be removed when <rdar://problem/9276430> is fixed.
        (home-literal "/Library/Preferences"))
 
+;; Non-user Security mds caches
+(allow file*
+    (subpath "/private/var/db/mds/system"))
+
 ;; Darwin temporary files and Security mds caches, if present
 (if (positive? (string-length (param "DARWIN_USER_CACHE_DIR")))
     (allow file* (subpath (string-append (param "DARWIN_USER_CACHE_DIR") "/mds"))))
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to