freebsd-dev/sbin/bectl
Kyle Evans db9db0e790 bectl(8): jail: Tear down jail by default after command exits
Add a -U flag to get back the old behavior. The new behavior is a little
more friendly to the common use cases, jail the BE and execute a script.
Having the jail torn down automatically when the script is finished, or when
you exit the shell, is a little more friendly than having to remember to
`bectl ujail`.

Batch mode (-b) will continue to leave the jail up, as it's assumed the
caller has other intentions.

Submitted by:	Shawn Webb (partially)
2018-08-23 01:45:18 +00:00
..
bectl_jail.c bectl(8): jail: Tear down jail by default after command exits 2018-08-23 01:45:18 +00:00
bectl_list.c bectl(8): Use strcmp, rather than trying to directly compare 2018-08-12 00:09:52 +00:00
bectl.8 bectl(8): jail: Tear down jail by default after command exits 2018-08-23 01:45:18 +00:00
bectl.c bectl(8): jail: Tear down jail by default after command exits 2018-08-23 01:45:18 +00:00
bectl.h bectl(8): Split list functionality out into its own file as well 2018-08-06 03:41:52 +00:00
Makefile libbe(3)/bectl(8): Remove now-redundant include paths 2018-08-13 05:01:19 +00:00