Bug 182354 - REGRESSION(r220094): com.apple.WebKit.Storage lost its sandbox
Summary: REGRESSION(r220094): com.apple.WebKit.Storage lost its sandbox
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on: 174879
Blocks:
  Show dependency treegraph
 
Reported: 2018-01-31 15:05 PST by Brent Fulgham
Modified: 2018-02-05 12:27 PST (History)
1 user (show)

See Also:


Attachments
Patch (30.12 KB, patch)
2018-01-31 15:19 PST, Brent Fulgham
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2018-01-31 15:05:32 PST
When the Database process was renamed to the Storage process (<http://trac.webkit.org/changeset/220094>), the name of the sandbox was changed but the actual sandbox file was not renamed. The preprocessing steps to generate the sandbox profile were also not updated for the new naming.
Comment 1 Brent Fulgham 2018-01-31 15:06:02 PST
<rdar://problem/37046844>
Comment 2 Brent Fulgham 2018-01-31 15:08:30 PST
I guess this should be "Part 4 of: Rename DatabaseProcess to StorageProcess" :-)
Comment 3 Brent Fulgham 2018-01-31 15:19:40 PST
Created attachment 332807 [details]
Patch
Comment 4 Brent Fulgham 2018-01-31 15:56:14 PST
Committed r227939: <https://trac.webkit.org/changeset/227939>
Comment 5 Brent Fulgham 2018-02-05 12:27:39 PST
Follow-up fix:

Committed r227941: <https://trac.webkit.org/changeset/227941>