Hello,
I've created a patch to the jail command that allows statements like
exec.poststart = "touch /startjailid_${jid}";
exec.prestop = "touch /stopjailid_${jid}";
in a jail.conf work as expected, even if the jid is not specified there,
i.e. for jails without a pinned jid.
It works by splittin
Dear jail enthusiasts,
in order to move forward with my jail management project ezjail, and
make it support the new jail.conf way of managing jail configs, I need a
way to add properties to jails that are currently not in the list of
allowed parameters. I was thinking of something like
web-jail {