]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
jail: A jail could be removed without calling OSD methods
authorJamie Gritton <jamie@FreeBSD.org>
Fri, 22 Jan 2021 18:50:10 +0000 (10:50 -0800)
committerJamie Gritton <jamie@FreeBSD.org>
Fri, 22 Jan 2021 18:50:10 +0000 (10:50 -0800)
commit39c8ef90f6d035cd3c3ab40e051b1c0f419c76be
tree9f4d2429ce747ef0d43cca758aa9a360b980881f
parent251a6ddfbdcd72e0de922e8320d2f0cc6806a423
jail: A jail could be removed without calling OSD methods

Fix a long-standing bug where setting nopersist on a process-less jail
would remove it without calling the the OSD PR_METHOD_REMOVE methods.
sys/kern/kern_jail.c