Page MenuHomeFreeBSD

vmm: Restore the ability to create VMs as root in a jail
ClosedPublic

Authored by markj on Mar 28 2026, 8:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 7, 9:00 PM
Unknown Object (File)
Thu, Jun 4, 6:58 PM
Unknown Object (File)
Wed, May 20, 9:00 PM
Unknown Object (File)
Thu, May 14, 12:46 PM
Unknown Object (File)
Thu, May 14, 1:41 AM
Unknown Object (File)
Wed, May 13, 5:22 PM
Unknown Object (File)
Mon, May 11, 11:56 PM
Unknown Object (File)
May 11 2026, 5:32 AM
Subscribers

Details

Summary

The new PRIV_VMM_CREATE and DESTROY permissions should be allowed by
jails, so need to be added to the list in prison_priv_check(). Then,
modify vmmdev_create() to verify that the jail was created with the
allow.vmm flag.

Rename vmm_priv_check() to vmm_jail_priv_check() to make the function's
purpose more clear.

Reported by: novel
Fixes: d4c05edd410e ("vmm: Add privilege checks to vmmctl operations")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71760
Build 68643: arc lint + arc unit