https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276043
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #6 from Mark Johnston <[email protected]> --- (In reply to Ricardo Branco from comment #5) The problem is mostly specific to cpuinfo. The handler calls kernel_sysctl() to read the HW_MODEL sysctl (I guess because cpu_model[] is static?), and that's not permitted in capability mode. Probably the best solution is to simply permit reading HW_MODEL in capability mode. -- You are receiving this mail because: You are the assignee for the bug.
