https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276043
Mark Johnston <ma...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ma...@freebsd.org Status|New |Open --- Comment #6 from Mark Johnston <ma...@freebsd.org> --- (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.