[Bug 283726] wc(1) and other text utilities fail to read some pseudo-filesystem files
Date: Fri, 01 May 2026 19:22:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283726
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=78a9bd068e1b21554d08b9d2687b357219a151da
commit 78a9bd068e1b21554d08b9d2687b357219a151da
Author: Ricardo Branco <rbranco@suse.de>
AuthorDate: 2025-02-06 21:46:19 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-05-01 15:39:17 +0000
linprocfs: Continue on error when reading process limits
The process limits may be unavailable due to capsicum. Like other areas
of the system, report what we can w/o error. This is what Linux does.
PR: 283726
Reviewed by: imp, dchagin
Pull Request: https://github.com/freebsd/freebsd-src/pull/1592
(cherry picked from commit ea60d917e5b1943c8638af056dbcdbb3646207f1)
sys/compat/linprocfs/linprocfs.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.