]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bectl(8): Support unjailing a boot environment
authorkevans <kevans@FreeBSD.org>
Thu, 26 Jul 2018 03:14:58 +0000 (03:14 +0000)
committerkevans <kevans@FreeBSD.org>
Thu, 26 Jul 2018 03:14:58 +0000 (03:14 +0000)
commit38d4afe18749fdbba7ab61a5e21916ffbcc40f36
tree7b2fe823a56f0e94c0c48c39936a10d7c3581733
parent7d3d9bc325f654c1fe6842f4f279479767d0b806
bectl(8): Support unjailing a boot environment

The given parameter may either be a jid, jail name, or a BE name.  In all
cases, the parameter will be resolved to a jid and bectl(8) will
sanity-check that there's actually a BE mounted at the requested jail root
before invoking jail_remove(2).
sbin/bectl/Makefile
sbin/bectl/bectl.8
sbin/bectl/bectl.c