From nobody Thu Apr 30 17:59:24 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g624F0vNLz6bx8s for ; Thu, 30 Apr 2026 17:59:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g624D6739z3qdt for ; Thu, 30 Apr 2026 17:59:24 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777571964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lJnIGVQdL3oeqMZLjo7jlCcm2QnVxsCOt7mIMtWH/1E=; b=GPgmd/+0Hgks3yEwQ9VELGH/FJBSaxCJWPO6QKT5BJuaicUOScGUTxh9GLk63mO5D8SrZx zvmRJpOBNLVsn4AkMntOK+y6Rs4Al/+Hlgqd6Tp5RFx3QlzFdanxI6y7Q2CCSXdIxjGa0t rkVxKbWS3AtbHKtTO9UiowKqhTzTExLpCY5duXwAiG29cvJ2g0bRyL8EzGGiIpzIsVbMeI 6+kD4XETSf4RNPH/l6pqnLxbt0BZpLH/LBalAKUc7pVQjgLWyQD4SHwO6bG47wQSnm1x31 hFZd5SAdaytGXNmP5dW7likAssTO6YvZ3jR5lJStj2pOGI077TlONg6q9wi+TQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777571964; a=rsa-sha256; cv=none; b=TAXnRlJhUZF5v7+3PGFltCuAx8GYCIFHqz067hmX6ugpIxQebCJjuEuQy6Oyiw96Sp2QsT o3yJHYcNM5KrgRkL18aaNGAG74Oh/rAzkaoMTK9E9JJ9ieaqLLYjR7zDIhbkj5ZVPEv3x3 BaOAeyaO1glQY5xPMbzULatlGTcrpUzbrGT6ymJ8QEP15Y1SQbRdr2HdVRYtZuCGFG95uz YJbpSvVdsmrF/t3xa8XBwbU+15N3qv8UlKe4G6RMepQZmHBNSskzc4jn9vrlDfKv8V4JXj VbvY6v1YvfvmaFmJ035vsVlEe8JmV3aHorVyUU8J6CvGlxpeT+eskigBurLftw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777571964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lJnIGVQdL3oeqMZLjo7jlCcm2QnVxsCOt7mIMtWH/1E=; b=xC5OjDiYIpBIPNw86LJBaMKZBOOqBKZiBf4guV64Vf4iF1AUzumXynSGPeYQN1ov66KIJV 90KhYZdinL7NbEFxrwrldJ5BryGk4T10ERrlR/Pdf7GmjtivtC8shrzRrrF2OZ8FR2wphm bERwu2tgqkYeZPguOgrWz9qVNj4d1U1ag6q76S0wNs4M0ZCl9J189A4CRpQJZ3E1DS7+T+ 2mpnekDFNTC29KIq35zj1kGJaIN0pHARWAYuBecwdnxmO7zWby0JX55sdDvXN3oGZjyxcn Pj1J6ZvT8rY8pCpNgo4u/VxogQzK2tyyqSXxbWM1AkHY24aPS/5ul7YzSse5ag== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g624D5STFz6w5 for ; Thu, 30 Apr 2026 17:59:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 31d7f by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 30 Apr 2026 17:59:24 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Olivier Certner Subject: git: 8ab08ea5fea1 - stable/15 - chroot.2: "filedescriptors" => "file descriptors" List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olce X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 8ab08ea5fea180b11df47519f76cd27fa5b81de2 Auto-Submitted: auto-generated Date: Thu, 30 Apr 2026 17:59:24 +0000 Message-Id: <69f3987c.31d7f.1aa7b690@gitrepo.freebsd.org> The branch stable/15 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=8ab08ea5fea180b11df47519f76cd27fa5b81de2 commit 8ab08ea5fea180b11df47519f76cd27fa5b81de2 Author: Olivier Certner AuthorDate: 2026-04-27 10:16:30 +0000 Commit: Olivier Certner CommitDate: 2026-04-30 17:58:46 +0000 chroot.2: "filedescriptors" => "file descriptors" "filedescriptors" is the odd one out when looking at other manual pages. MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit 4c6d8aa069f2ac22f801fa69add61085631b3356) --- lib/libsys/chroot.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libsys/chroot.2 b/lib/libsys/chroot.2 index 809dbaad2f65..6e64b28ccf97 100644 --- a/lib/libsys/chroot.2 +++ b/lib/libsys/chroot.2 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 2, 2025 +.Dd April 27, 2026 .Dt CHROOT 2 .Os .Sh NAME @@ -70,7 +70,7 @@ and the process has enabled the .Pp Depending on the setting of the .Ql kern.chroot_allow_open_directories -sysctl variable, open filedescriptors which reference directories +sysctl variable, open file descriptors which reference directories will make the .Fn chroot fail as follows: @@ -126,7 +126,7 @@ process has not enabled the .Dv PROC_NO_NEW_PRIVS_CTL .Xr procctl 2 . .It Bq Er EPERM -One or more filedescriptors are open directories and the +One or more file descriptors are open directories and the .Ql Va kern.chroot_allow_open_directories sysctl is not set to permit this. .It Bq Er EIO