Bug 95651 - Use dynamic sandbox extension rather than sandbox parameters for paths provided by the UIProcess
Summary: Use dynamic sandbox extension rather than sandbox parameters for paths provid...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-01 19:48 PDT by Sam Weinig
Modified: 2012-09-01 20:07 PDT (History)
0 users

See Also:


Attachments
Patch (17.71 KB, patch)
2012-09-01 19:58 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2012-09-01 19:48:19 PDT
Use dynamic sandbox extension rather than sandbox parameters for paths provided by the UIProcess
Comment 1 Sam Weinig 2012-09-01 19:58:01 PDT
Created attachment 161836 [details]
Patch
Comment 2 mitz 2012-09-01 20:04:53 PDT
Comment on attachment 161836 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=161836&action=review

> Source/WebKit2/ChangeLog:24
> +        Add SandboxExtension::Handle's for path's we need access to, and remove

Too many 's

> Source/WebKit2/ChangeLog:31
> +        Create SandboxExtension::Handle's for path's we need access to, and move

Again

> Source/WebKit2/ChangeLog:42
> +        Replace the use of sandbox parameters for opening access for necessary path's
Comment 3 Sam Weinig 2012-09-01 20:07:30 PDT
Committed r127384: <http://trac.webkit.org/changeset/127384>