Title: [151700] trunk/Source/WebKit2
Revision
151700
Author
[email protected]
Date
2013-06-18 14:53:22 -0700 (Tue, 18 Jun 2013)

Log Message

sandbox violation when Flash runs for the first time
https://bugs.webkit.org/show_bug.cgi?id=117753
<rdar://problem/14165466>

Patch by Simon Cooper <[email protected]> on 2013-06-18
Reviewed by Alexey Proskuryakov.

Allow flash to try and change the ownership of directories it has just created.

* Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (151699 => 151700)


--- trunk/Source/WebKit2/ChangeLog	2013-06-18 21:39:33 UTC (rev 151699)
+++ trunk/Source/WebKit2/ChangeLog	2013-06-18 21:53:22 UTC (rev 151700)
@@ -1,3 +1,15 @@
+2013-06-18  Simon Cooper  <[email protected]>
+
+        sandbox violation when Flash runs for the first time
+        https://bugs.webkit.org/show_bug.cgi?id=117753
+        <rdar://problem/14165466>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Allow flash to try and change the ownership of directories it has just created.
+
+        * Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb:
+
 2013-06-18  Ruth Fong  <[email protected]>
 
         Expose a getMediaType method in WebKit

Modified: trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb (151699 => 151700)


--- trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-06-18 21:39:33 UTC (rev 151699)
+++ trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-06-18 21:53:22 UTC (rev 151700)
@@ -8,7 +8,7 @@
     (home-library-literal "/Caches")
     (home-library-preferences-literal "/"))
 
-(allow file-read* file-write-create file-write-mode
+(allow file-read* file-write-create file-write-mode file-write-owner
     (home-library-literal "/Caches/Adobe")
     (home-library-preferences-literal "/Macromedia"))
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to