]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
jail: Allow nested jail definitions.
authorJamie Gritton <jamie@FreeBSD.org>
Sun, 4 Jun 2023 00:45:54 +0000 (17:45 -0700)
committerJamie Gritton <jamie@FreeBSD.org>
Sun, 4 Jun 2023 00:45:54 +0000 (17:45 -0700)
commit097db30a8e0310ac28075787fb92ea40dad8b27b
tree9c7ee47daab8874c6602ec6252f61387be00f8a2
parentfa6fa98ac712e48fe8e9bca1295b1c54cf744724
jail: Allow nested jail definitions.

Make the jail.conf specification recursive, with jail definitions
allowed within a jail's parameter list, just as they are allowed
at the top level.  Such inner jails are part of the outer jail's
hierarchy, as if they were specified with hierarchical names.
usr.sbin/jail/jailp.h
usr.sbin/jail/jailparse.y