fix(seatbelt): Allow reading hw.physicalcpu (#6421)

Allow reading `hw.physicalcpu` so numpy can be imported when running in
the sandbox.
 
resolves #6420
This commit is contained in:
Oliver Mannion 2025-11-10 03:53:36 +11:00 committed by GitHub
parent 8b80a0a269
commit c07461e6f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,7 @@
(sysctl-name "hw.packages")
(sysctl-name "hw.pagesize_compat")
(sysctl-name "hw.pagesize")
(sysctl-name "hw.physicalcpu")
(sysctl-name "hw.physicalcpu_max")
(sysctl-name "hw.tbfrequency_compat")
(sysctl-name "hw.vectorunit")