Bug 117097 - [Mac][WK2] Sandbox violations when trying to access fonts in non-standard locations
Summary: [Mac][WK2] Sandbox violations when trying to access fonts in non-standard loc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-05-31 16:24 PDT by Alexey Proskuryakov
Modified: 2013-05-31 16:40 PDT (History)
0 users

See Also:


Attachments
proposed fix (11.09 KB, patch)
2013-05-31 16:28 PDT, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-05-31 16:24:35 PDT
WebProcess cannot access fonts that are not in Library/Fonts (e.g. if ~/Library/Fonts is a symlink, or when using 3rd party font management software).

<rdar://problem/9264746>
Comment 1 Alexey Proskuryakov 2013-05-31 16:28:57 PDT
Created attachment 203473 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-05-31 16:40:45 PDT
Committed <http://trac.webkit.org/changeset/151055>.