Created attachment 251356 [details] make the rc script service jails aware Hi, attached is a mechanical patch (untested) which makes the rc.d script service jails ready. This is a new feature in -current. The setup I've chosen is to allow ipv4/ipv6 access. It does not allow to use sysv IPC in a jail. IF you want to add this possibility, the config would need to be changed to "net_basic sysvipc" instead. The config can be overridden in rc.conf. See also: https://docs.freebsd.org/en/books/handbook/jails/#service-jails https://docs.freebsd.org/en/articles/rc-scripting/#rcng-service-jails Bye, Alexander.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=73648ddbeca9d0d1d08e6c8c886ae136e94dc929 commit 73648ddbeca9d0d1d08e6c8c886ae136e94dc929 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-07-10 13:37:24 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-07-10 13:39:46 +0000 ftp/vsftpd-ext: make the rc script service jails aware PR: 279642 Approved by: maintainer timeout (1 month) ftp/vsftpd-ext/Makefile | 2 +- ftp/vsftpd-ext/files/vsftpd.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)