Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[iOS] Allow the WebContent sandbox to check the 'hw.product' sysctl
https://bugs.webkit.org/show_bug.cgi?id=213861
<rdar://problem/64988957>

Reviewed by Per Arne Vollan.

Telemetry shows that we need to read the 'hw.product' sysctl in the font subsystem,
primarily to enable certain font features (for various products) in different locales.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:


Canonical link: https://commits.webkit.org/226664@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@263821 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
brentfulgham committed Jul 1, 2020
1 parent 77879be commit 21c2cec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,16 @@
2020-07-01 Brent Fulgham <bfulgham@apple.com>

[iOS] Allow the WebContent sandbox to check the 'hw.product' sysctl
https://bugs.webkit.org/show_bug.cgi?id=213861
<rdar://problem/64988957>

Reviewed by Per Arne Vollan.

Telemetry shows that we need to read the 'hw.product' sysctl in the font subsystem,
primarily to enable certain font features (for various products) in different locales.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

2020-07-01 Tim Horton <timothy_horton@apple.com>

Upstream application accent color support
Expand Down
Expand Up @@ -823,6 +823,7 @@
"hw.pagesize_compat"
"hw.physicalcpu"
"hw.physicalcpu_max"
"hw.product"
"kern.bootargs"
"kern.hostname"
"kern.memorystatus_level"
Expand Down

0 comments on commit 21c2cec

Please sign in to comment.