[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

andersca at apple.com andersca at apple.com
Fri Jan 21 14:56:28 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit d6d32048cd30464ffb139b0100ba4c0dc6ed8b93
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 02:16:39 2011 +0000

    Reviewed and landed by Anders Carlsson.
    
    Patch by Ivan Krstić <ike at apple.com> on 2011-01-04
    <rdar://problem/8602585>
    <rdar://problem/8711641>
    
    * WebProcess/com.apple.WebProcess.sb:
    Fix a misplaced right parenthesis and add a new system path regex.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75038 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 652e084..14ab88d 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-04  Ivan Krstić  <ike at apple.com>
+
+        Reviewed and landed by Anders Carlsson.
+
+        <rdar://problem/8602585>
+        <rdar://problem/8711641>
+
+        * WebProcess/com.apple.WebProcess.sb:
+        Fix a misplaced right parenthesis and add a new system path regex.
+
 2011-01-04  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebKit2/WebProcess/com.apple.WebProcess.sb b/WebKit2/WebProcess/com.apple.WebProcess.sb
index ed52037..3d143fc 100644
--- a/WebKit2/WebProcess/com.apple.WebProcess.sb
+++ b/WebKit2/WebProcess/com.apple.WebProcess.sb
@@ -11,6 +11,7 @@
        (subpath "/Library/Frameworks")
        (subpath "/Library/Keychains")
        (subpath "/private/var/db/mds")
+       (regex #"^/private/etc/(hosts|group|passwd)$")
 
        ;; Plugins
        (subpath "/Library/Internet Plug-Ins")
@@ -78,8 +79,8 @@
        (global-name "com.apple.pasteboard.1")
        (global-name "com.apple.window_proxies")
        (global-name "com.apple.windowserver.active")
-       (global-name-regex #"^com\.apple\.WebKit\.WebProcess-"))
-       (global-name-regex #"^com\.apple\.qtkitserver\.")
+       (global-name-regex #"^com\.apple\.WebKit\.WebProcess-")
+       (global-name-regex #"^com\.apple\.qtkitserver\."))
 
 ;; FIXME: These rules are required until <rdar://problem/8448410> is addressed. See <rdar://problem/8349882> for discussion.
 (allow network-outbound)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list