Bug 59872 - Simplify WebProcess sandbox with homedir-relative path filters
Summary: Simplify WebProcess sandbox with homedir-relative path filters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-01 00:37 PDT by Ivan Krstić
Modified: 2011-05-01 00:45 PDT (History)
0 users

See Also:


Attachments
simplifies profile, no functional changes (8.09 KB, patch)
2011-05-01 00:39 PDT, Ivan Krstić
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Krstić 2011-05-01 00:37:51 PDT
The WebProcess sandbox specifies a number of homedir-relative paths which are hard to read and unwieldy to write. This should be simplified with helper functions.
Comment 1 Ivan Krstić 2011-05-01 00:39:36 PDT
Created attachment 91814 [details]
simplifies profile, no functional changes
Comment 2 Maciej Stachowiak 2011-05-01 00:42:51 PDT
Comment on attachment 91814 [details]
simplifies profile, no functional changes

r=me
Comment 3 Ivan Krstić 2011-05-01 00:45:31 PDT
Committed r85409: <http://trac.webkit.org/changeset/85409>