Bug 95651

Summary: Use dynamic sandbox extension rather than sandbox parameters for paths provided by the UIProcess
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

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>