]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add the ability to run bhyve(8) within a jail(8).
authorMarcelo Araujo <araujo@FreeBSD.org>
Wed, 1 Aug 2018 00:39:21 +0000 (00:39 +0000)
committerMarcelo Araujo <araujo@FreeBSD.org>
Wed, 1 Aug 2018 00:39:21 +0000 (00:39 +0000)
commitbe963beee62a77ae16d14c568c246994abf3f07c
treecc7b11674f68524747c46007ed27ef479fc53685
parenta5c4d9335b523907d1207383bcf7e0af954db976
- Add the ability to run bhyve(8) within a jail(8).

This patch adds a new sysctl(8) knob "security.jail.vmm_allowed",
by default this option is disable.

Submitted by: Shawn Webb <shawn.webb____hardenedbsd.org>
Reviewed by: jamie@ and myself.
Relnotes: Yes.
Sponsored by: HardenedBSD and G2, Inc.
Differential Revision: https://reviews.freebsd.org/D16057
sys/amd64/vmm/vmm_dev.c
usr.sbin/jail/jail.8