https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283726
--- Comment #4 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=ea60d917e5b1943c8638af056dbcdbb3646207f1 commit ea60d917e5b1943c8638af056dbcdbb3646207f1 Author: Ricardo Branco <[email protected]> AuthorDate: 2025-02-06 21:46:19 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2025-07-26 17:12:38 +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 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.
