[Bug 280662] The jail command lacks the ability to dump only some jail configurations

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 14 Jan 2025 23:08:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280662

Jamie Gritton <jamie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #1 from Jamie Gritton <jamie@FreeBSD.org> ---
This should handle wildcard jails.  This doesn't use glob(3), but the existing
functions jail_jail_name and wild_jail_match.
Take a look at start_state in state.c.  Ignore all the stuff that actually sets
jails to a start state, which would be replaced by just printing the jail.  But
the general flow would be the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.