freebsd-dev/sbin/bectl
Kyle Evans cd816834d4 bectl(8): Allow running a custom command in the 'jail' subcommand
Instead of always running /bin/sh, allow the user to specify the command
to run. The jail is not removed when the command finishes. Meaning,
`bectl unjail` will still need to be run.

For example:

```
bectl jail newBE pkg upgrade
bectl ujail newBE
```

Submitted by:	Shawn Webb
Obtained from:	HardenedBSD (8b451014ab)
2018-08-18 01:12:44 +00:00
..
bectl_jail.c bectl(8): Allow running a custom command in the 'jail' subcommand 2018-08-18 01:12:44 +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): Allow running a custom command in the 'jail' subcommand 2018-08-18 01:12:44 +00:00
bectl.c bectl(8): Allow running a custom command in the 'jail' subcommand 2018-08-18 01:12:44 +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