Created attachment 244537 [details] Update to jaildaemon-0.5 Update to version 0.5 with a fix that lowers IPC packet size to the default of net.local.dgram.maxdgram.
^Triage: [TAGS] in issue Summary are deprecated ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval Attachment -> Details -> maintainer-approval [+] Also, could you upload a git diff or unified patch? Thanks!
Created attachment 244629 [details] Patch as unified diff
Thanks, I updated the PR.
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Thanks!
This makes jaildaemon work on FreeBSD-14, where the IPC packet size sent over a unix domain socket is actually checked against net.local.dgram.maxdgram, which did not happen before. By reducing the IPC packet size to net.local.dgram.maxdgram's default of 2048, jaildaemon works again on 14.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d2d43ab0a88c300320fdb49ab0c06efd7c46abe commit 6d2d43ab0a88c300320fdb49ab0c06efd7c46abe Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-09-04 14:27:26 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-09-05 07:30:18 +0000 sysutils/jaildaemon: update to 0.5 PR: 273485 Reported by: erdgeist@erdgeist.org (maintainer) sysutils/jaildaemon/Makefile | 2 +- sysutils/jaildaemon/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)