Title: [149751] trunk/Source/WebKit2
Revision
149751
Author
[email protected]
Date
2013-05-08 11:19:05 -0700 (Wed, 08 May 2013)

Log Message

        <rdar://problem/13776220> 13A451: PluginProcess(2225) deny file-read-data ~/Library/InputManagers
        <rdar://problem/13642510> PluginProcess logs sandbox violations initializing TextServices

        Reviewed by Anders Carlsson.

        * Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb: Allow more
        TextServices and NSInputManager directories.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149750 => 149751)


--- trunk/Source/WebKit2/ChangeLog	2013-05-08 17:35:34 UTC (rev 149750)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-08 18:19:05 UTC (rev 149751)
@@ -1,3 +1,13 @@
+2013-05-08  Alexey Proskuryakov  <[email protected]>
+
+        <rdar://problem/13776220> 13A451: PluginProcess(2225) deny file-read-data ~/Library/InputManagers
+        <rdar://problem/13642510> PluginProcess logs sandbox violations initializing TextServices
+
+        Reviewed by Anders Carlsson.
+
+        * Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb: Allow more
+        TextServices and NSInputManager directories.
+
 2013-05-08  Anders Carlsson  <[email protected]>
 
         Remove BinarySemaphoreWin.cpp.

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


--- trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2013-05-08 17:35:34 UTC (rev 149750)
+++ trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb	2013-05-08 18:19:05 UTC (rev 149751)
@@ -107,10 +107,15 @@
     (home-library-subpath "/Audio")
     (home-library-subpath "/ColorPickers")
     (home-library-subpath "/ColorSync")
+    (subpath "/Library/Components")
     (home-library-subpath "/Components")
     (subpath "/Library/Contextual Menu Items")
+    (subpath "/Library/Input Methods")
     (home-library-subpath "/Input Methods")
+    (subpath "/Library/InputManagers")
+    (home-library-subpath "/InputManagers")
     (home-library-subpath "/KeyBindings")
+    (subpath "/Library/Keyboard Layouts")
     (home-library-subpath "/Keyboard Layouts")
     (subpath "/Library/Fonts")
     (home-library-subpath "/Fonts")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to