Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 20:13:57 -0500
From:      Kyle Evans <kevans@freebsd.org>
To:        Kyle Evans <kevans@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r337993 - head/sbin/bectl
Message-ID:  <CACNAnaFn7BO273tfcJEhqph=qCeXroaPx2V-q72L0FVwYbgBaA@mail.gmail.com>
In-Reply-To: <201808180112.w7I1Cjkw094247@repo.freebsd.org>
References:  <201808180112.w7I1Cjkw094247@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 17, 2018 at 8:12 PM, Kyle Evans <kevans@freebsd.org> wrote:
> Author: kevans
> Date: Sat Aug 18 01:12:44 2018
> New Revision: 337993
> URL: https://svnweb.freebsd.org/changeset/base/337993
>
> Log:
>   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)
>

I meant to note here that Shawn can only be blamed for the
bectl_jail.c modifications. =) The usage and manpage update were done
post-submission, pre-commit.

Thanks,

Kyle Evans



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaFn7BO273tfcJEhqph=qCeXroaPx2V-q72L0FVwYbgBaA>