Title: [94439] trunk/Source/WebKit2
Revision
94439
Author
[email protected]
Date
2011-09-02 12:27:04 -0700 (Fri, 02 Sep 2011)

Log Message

Remove plug-in paths from web process sandbox
https://bugs.webkit.org/show_bug.cgi?id=67518

Reviewed by Adam Roben.

Plug-ins are never accessed from the web process, so remove plug-in paths from the sandbox profile.

* WebProcess/com.apple.WebProcess.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (94438 => 94439)


--- trunk/Source/WebKit2/ChangeLog	2011-09-02 19:19:41 UTC (rev 94438)
+++ trunk/Source/WebKit2/ChangeLog	2011-09-02 19:27:04 UTC (rev 94439)
@@ -1,5 +1,16 @@
 2011-09-02  Anders Carlsson  <[email protected]>
 
+        Remove plug-in paths from web process sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=67518
+
+        Reviewed by Adam Roben.
+
+        Plug-ins are never accessed from the web process, so remove plug-in paths from the sandbox profile.
+
+        * WebProcess/com.apple.WebProcess.sb:
+
+2011-09-02  Anders Carlsson  <[email protected]>
+
         Assertion/crash when running netscape-plugin-property-access-exception.html test
         https://bugs.webkit.org/show_bug.cgi?id=67517
 

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb (94438 => 94439)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb	2011-09-02 19:19:41 UTC (rev 94438)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb	2011-09-02 19:27:04 UTC (rev 94439)
@@ -29,10 +29,6 @@
        (subpath "/private/var/db/DetachedSignatures")
        (regex #"^/private/etc/(hosts|group|passwd)$")
 
-       ;; Plugins
-       (subpath "/Library/Internet Plug-Ins")
-       (home-subpath "/Library/Internet Plug-Ins")
-
        ;; System and user preferences
        (literal "/Library/Preferences/.GlobalPreferences.plist")
        (literal "/Library/Preferences/com.apple.crypto.plist")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to