Bug 219414 - [iOS] Silence sandbox warning for unneeded sysctl-read of "hw.tbfrequency_compat"
Summary: [iOS] Silence sandbox warning for unneeded sysctl-read of "hw.tbfrequency_com...
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: 2020-12-01 16:38 PST by Brent Fulgham
Modified: 2020-12-02 11:10 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.57 KB, patch)
2020-12-01 16:42 PST, 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 2020-12-01 16:38:29 PST
Silence a spurious log generated when our sandbox denies access to the unused Sysctl "hw.tbfrequency_compat". I have confirmed with the framework that attempts to read this value, and they confirm they don't need the value, and actually are not using the result anywhere in their framework.

Let's silence this report.
Comment 1 Brent Fulgham 2020-12-01 16:38:55 PST
<rdar://71740719>
Comment 2 Brent Fulgham 2020-12-01 16:42:40 PST
Created attachment 415177 [details]
Patch
Comment 3 Per Arne Vollan 2020-12-01 16:46:04 PST
Comment on attachment 415177 [details]
Patch

R=me.
Comment 4 EWS 2020-12-02 11:10:56 PST
Committed r270356: <https://trac.webkit.org/changeset/270356>

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