Bug 67518 - Remove plug-in paths from web process sandbox
Summary: Remove plug-in paths from web process sandbox
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 12:21 PDT by Anders Carlsson
Modified: 2011-09-02 12:26 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.37 KB, patch)
2011-09-02 12:22 PDT, Anders Carlsson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-09-02 12:21:53 PDT
Remove plug-in paths from web process sandbox
Comment 1 Anders Carlsson 2011-09-02 12:22:45 PDT
Created attachment 106174 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-09-02 12:23:30 PDT
Comment on attachment 106174 [details]
Patch

Should we add them when OOP plugins are disabled?
Comment 3 Anders Carlsson 2011-09-02 12:25:37 PDT
(In reply to comment #2)
> (From update of attachment 106174 [details])
> Should we add them when OOP plugins are disabled?

I don't think so, since files or other resources that the plug-ins in question may access would also have to be in the same profile.

(Whenever I build without OOP plug-ins I also build without the sandbox enabled).
Comment 4 Anders Carlsson 2011-09-02 12:26:01 PDT
Committed r94439: <http://trac.webkit.org/changeset/94439>