Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jan 2024 22:27:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276043] md5(1) et al are broken when reading the last argument because of capsicum(4) code
Message-ID:  <bug-276043-227-897UXInrEp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276043-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276043-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276043

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #6 from Mark Johnston <markj@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 capabili=
ty
mode.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276043-227-897UXInrEp>