Bug 231092 - [macOS] Don't treat /private/var/db/dyld as special
Summary: [macOS] Don't treat /private/var/db/dyld as special
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-01 11:48 PDT by Brent Fulgham
Modified: 2021-10-01 13:35 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.94 KB, patch)
2021-10-01 11:53 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2021-10-01 11:48:21 PDT
The dyld shared cache moved to /System/Library/dyld (from the old /private/var/db/dyld path). We should not retain this rule in modern macOS builds since it isn't needed.
Comment 1 Brent Fulgham 2021-10-01 11:48:44 PDT
<rdar://problem/66580290>
Comment 2 Brent Fulgham 2021-10-01 11:53:11 PDT
Created attachment 439887 [details]
Patch
Comment 3 Per Arne Vollan 2021-10-01 13:30:51 PDT
Comment on attachment 439887 [details]
Patch

R=me.
Comment 4 EWS 2021-10-01 13:35:25 PDT
Committed r283396 (242400@main): <https://commits.webkit.org/242400@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 439887 [details].