Title: [149044] trunk/Source/WebKit2
Revision
149044
Author
a...@apple.com
Date
2013-04-24 09:08:32 -0700 (Wed, 24 Apr 2013)

Log Message

2013-04-24  Simon Cooper  <scoo...@apple.com>

        <rdar://problem/13614117> Refine the Flash Player profile
        https://bugs.webkit.org/show_bug.cgi?id=115016

        Reviewed by Alexey Proskuryakov.

        Add some refinements to the Flash Player profile. Make a non-/ home
        directory work. Fixes that allow file uploading via user selected files.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149043 => 149044)


--- trunk/Source/WebKit2/ChangeLog	2013-04-24 15:59:54 UTC (rev 149043)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-24 16:08:32 UTC (rev 149044)
@@ -1,3 +1,15 @@
+2013-04-24  Simon Cooper  <scoo...@apple.com>
+
+        <rdar://problem/13614117> Refine the Flash Player profile
+        https://bugs.webkit.org/show_bug.cgi?id=115016
+
+        Reviewed by Alexey Proskuryakov.
+
+        Add some refinements to the Flash Player profile. Make a non-/ home
+        directory work. Fixes that allow file uploading via user selected files.
+
+        * Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb:
+
 2013-04-24  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [WebKit2] Add CoordinatedGraphics to the list of platforms in generate-forwarding-headers.pl

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


--- trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-04-24 15:59:54 UTC (rev 149043)
+++ trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb	2013-04-24 16:08:32 UTC (rev 149044)
@@ -14,5 +14,16 @@
 
 (allow file-read* file-write*
     (literal "/Library/Application Support/Macromedia/mms.cfg")
+    (home-literal "/Library/Application Support/Macromedia/mms.cfg")
     (home-subpath "/Library/Caches/Adobe/Flash Player")
     (home-subpath "/Library/Preferences/Macromedia/Flash Player"))
+
+(allow file-read*
+    (literal "/Library/PreferencePanes/Flash Player.prefPane")
+    (home-literal "/Library/PreferencePanes/Flash Player.prefPane")
+    (home-regex "/Library/Application Support/Macromedia/ss\.(cfg|cfn|sgn)$"))
+
+(allow file-read* file-write*
+    (mount-relative-regex #"^/\.TemporaryItems/"))
+
+(webkit-powerbox)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to