Changeset 149044 in webkit


Ignore:
Timestamp:
Apr 24, 2013 9:08:32 AM (11 years ago)
Author:
ap@apple.com
Message:

2013-04-24 Simon Cooper <scooper@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:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r149036 r149044  
     12013-04-24  Simon Cooper  <scooper@apple.com>
     2
     3        <rdar://problem/13614117> Refine the Flash Player profile
     4        https://bugs.webkit.org/show_bug.cgi?id=115016
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Add some refinements to the Flash Player profile. Make a non-/ home
     9        directory work. Fixes that allow file uploading via user selected files.
     10
     11        * Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb:
     12
    1132013-04-24  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.macromedia.Flash Player.plugin.sb

    r148902 r149044  
    1515(allow file-read* file-write*
    1616    (literal "/Library/Application Support/Macromedia/mms.cfg")
     17    (home-literal "/Library/Application Support/Macromedia/mms.cfg")
    1718    (home-subpath "/Library/Caches/Adobe/Flash Player")
    1819    (home-subpath "/Library/Preferences/Macromedia/Flash Player"))
     20
     21(allow file-read*
     22    (literal "/Library/PreferencePanes/Flash Player.prefPane")
     23    (home-literal "/Library/PreferencePanes/Flash Player.prefPane")
     24    (home-regex "/Library/Application Support/Macromedia/ss\.(cfg|cfn|sgn)$"))
     25
     26(allow file-read* file-write*
     27    (mount-relative-regex #"^/\.TemporaryItems/"))
     28
     29(webkit-powerbox)
Note: See TracChangeset for help on using the changeset viewer.