]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bectl(8): change jail command to execute jail(8)
authorkevans <kevans@FreeBSD.org>
Tue, 19 Mar 2019 17:38:54 +0000 (17:38 +0000)
committerkevans <kevans@FreeBSD.org>
Tue, 19 Mar 2019 17:38:54 +0000 (17:38 +0000)
commit2053d86e7ea345923628d4c5df8e62e75fd91218
treef0eaeb917163b3e2eb846358f731b98efc7481d0
parent2758d1a1b9ac96ae1e633bef8cae58e68e9fe3b9
bectl(8): change jail command to execute jail(8)

The jail(8) command provides a variety of jail pseudo-parameters that are
useful to consumers of bectl, mount.devfs being the most-often-requested
paramater by bectl users.

command, exec.start, nopersist, and persist may not be specified via -o to
bectl. The command/exec.start remains passed as it always has at the end of
bectl, and persistence is dictated by -b/-U bectl jail arguments.

Submitted by: Wes Maag <jwmaag gmail com>
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D19282
sbin/bectl/bectl_jail.c