On Thu, Aug 16, 2018 at 8:40 PM, Jamie Gritton <ja...@freebsd.org> wrote:
> Author: jamie
> Date: Thu Aug 16 18:40:16 2018
> New Revision: 337922
> URL: https://svnweb.freebsd.org/changeset/base/337922
>
> Log:
>   Put jail(2) under COMPAT_FREEBSD11.  It has been the "old" way of creating
>   jails since FreeBSD 7.
>
>   Along with the system call, put the various security.jail.allow_foo and
>   security.jail.foo_allowed sysctls partly under COMPAT_FREEBSD11 (or
>   BURN_BRIDGES).  These sysctls had two disparate uses: on the system side,
>   they were global permissions for jails created via jail(2) which lacked
>   fine-grained permission controls; inside a jail, they're read-only
>   descriptions of what the current jail is allowed to do.  The first use
>   is obsolete along with jail(2), but keep them for the second-read-only use.
>
>   Differential Revision:        D14791

Hi,

Were the failures pointed out during the exp-run fixed?  If not please
revert and work on fixing those before.

Cheers,

Antoine (with hat: portmgr)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to