Created attachment 251350 [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.
Looks good to me.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=62e35a033a5463c15b5454ba1336dbccf77dc02a commit 62e35a033a5463c15b5454ba1336dbccf77dc02a Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-12 06:33:09 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-06-12 06:34:13 +0000 dns/powerdns-recursor: make the rc script service jails aware PR: 279636 Approved by: maintainer dns/powerdns-recursor/Makefile | 1 + dns/powerdns-recursor/files/pdns-recursor.in | 1 + 2 files changed, 2 insertions(+)